Searched refs:pCMDQResPri (Results 1 – 1 of 1) sorted by relevance
1288 void *pCMDQResPri = NULL; in CMDQOpen() local1289 UtopiaResourceGetPrivate(pResource, &pCMDQResPri); in CMDQOpen()1291 if(*(MS_U32 *)pCMDQResPri == 0) in CMDQOpen()1293 *(MS_U32 *)pCMDQResPri = 1; in CMDQOpen()1395 void *pCMDQResPri = NULL; in CMDQClose() local1396 UtopiaResourceGetPrivate(pResource, &pCMDQResPri); in CMDQClose()1398 if(*(MS_U32 *)pCMDQResPri == 0) in CMDQClose()1407 *(MS_U32 *)pCMDQResPri = 0; in CMDQClose()