Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
H A DphOsal_Queue.cpp181 dwStatus = phOsal_SemaphoreWait(psQCtxt->semPush, uwTimeoutMs); in phOsal_QueuePush()
282 dwStatus = phOsal_SemaphoreWait(psQCtxt->semPull, uwTimeoutMs); in phOsal_QueuePull()
H A DphOsal_Posix.cpp194 OSALSTATUS phOsal_SemaphoreWait(void* hSemaphore, uint32_t timeout_ms) { in phOsal_SemaphoreWait() function
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/inc/
H A DphOsal_Posix.h577 OSALSTATUS phOsal_SemaphoreWait(void* hSemaphore, uint32_t timeout_ms);