Home
last modified time | relevance | path

Searched refs:phOsal_QueuePull (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/inc/
DphOsal_Queue.h93 extern OSALSTATUS phOsal_QueuePull(void* pvQueueHandle, void** ppvQueueObj,
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp268 OSALSTATUS phOsal_QueuePull(void* pvQueueHandle, void** pvQueueObj, in phOsal_QueuePull() function
333 dwOsalStatus = phOsal_QueuePull(pvQueueHandle, (void**)&pvQueueData, 1); in phOsal_QueueFlush()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DphOsal_Adaptation.cpp177 phOsal_QueuePull(pContext->pvOsalQueueHandle, (void**)&psGetData, 0); in phOsalAdapt_GetData()