Home
last modified time | relevance | path

Searched refs:pSetWinProperty (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_DWIN.c975 DIP_SET_WIN_PROPERTY* pSetWinProperty = NULL; in MApi_XC_DIP_SetDIPWinProperty() local
1006 pSetWinProperty = (DIP_SET_WIN_PROPERTY*)utopia_malloc(sizeof(DIP_SET_WIN_PROPERTY)); in MApi_XC_DIP_SetDIPWinProperty()
1007 if (pSetWinProperty == NULL) in MApi_XC_DIP_SetDIPWinProperty()
1012 memcpy(&(pSetWinProperty->WinProperty),pstDIPWinProperty, sizeof(ST_XC_DIP_WINPROPERTY)); in MApi_XC_DIP_SetDIPWinProperty()
1013 pSetWinProperty->eWindow = eWindow; in MApi_XC_DIP_SetDIPWinProperty()
1014 …if(UtopiaIoctl(pInstantDip[eWindow],MDrv_CMD_DIP_SET_WINPROPERTY,(void*)pSetWinProperty) != UTOPIA… in MApi_XC_DIP_SetDIPWinProperty()
1017 utopia_free(pSetWinProperty); in MApi_XC_DIP_SetDIPWinProperty()
1020 utopia_free(pSetWinProperty); in MApi_XC_DIP_SetDIPWinProperty()
2492 DIP_SET_WIN_PROPERTY* pSetWinProperty = NULL; in MApi_XC_DIP_SetWinProperty_Ex() local
2519 pSetWinProperty = (DIP_SET_WIN_PROPERTY*)utopia_malloc(sizeof(DIP_SET_WIN_PROPERTY)); in MApi_XC_DIP_SetWinProperty_Ex()
[all …]
H A DapiXC_DWIN_v2.c101 DIP_SET_WIN_PROPERTY* pSetWinProperty = NULL; in DIPIoctl() local
236 pSetWinProperty = (DIP_SET_WIN_PROPERTY*)pArgs; in DIPIoctl()
237 … MDrv_XC_DIP_SetWinProperty(pInstance,&(pSetWinProperty->WinProperty),pSetWinProperty->eWindow); in DIPIoctl()