Searched refs:pvOsalQueueHandle (Results 1 – 2 of 2) sorted by relevance
72 dwAdaptStatus = phOsal_QueueCreate(&pContext->pvOsalQueueHandle, in phOsalAdapt_InitOsal()97 dwAdaptStatus = phOsal_QueueDestroy(pContext->pvOsalQueueHandle); in phOsalAdapt_DeinitOsal()151 dwAdaptStatus = phOsal_QueuePush(pContext->pvOsalQueueHandle, psSendData, 0); in phOsalAdapt_SendData()177 phOsal_QueuePull(pContext->pvOsalQueueHandle, (void**)&psGetData, 0); in phOsalAdapt_GetData()
48 void* pvOsalQueueHandle; member