Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/inc/
DphOsal_Queue.h64 extern OSALSTATUS phOsal_QueueDestroy(void* pvQueueHandle);
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DphOsal_Adaptation.cpp97 dwAdaptStatus = phOsal_QueueDestroy(pContext->pvOsalQueueHandle); in phOsalAdapt_DeinitOsal()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp125 OSALSTATUS phOsal_QueueDestroy(void* pvQueueHandle) { in phOsal_QueueDestroy() function