Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DphOsal_Adaptation.cpp72 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()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DphOsal_Adaptation.h48 void* pvOsalQueueHandle; member