Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp47 } phOsal_QueueCtxt_t; typedef
56 phOsal_QueueCtxt_t* psQCtxt = NULL; in phOsal_QueueCreate()
70 psQCtxt = (phOsal_QueueCtxt_t*)psQueueCreatePrms->MemAllocCb( in phOsal_QueueCreate()
71 pvMemHdl, sizeof(phOsal_QueueCtxt_t)); in phOsal_QueueCreate()
75 memset(psQCtxt, 0, sizeof(phOsal_QueueCtxt_t)); in phOsal_QueueCreate()
126 phOsal_QueueCtxt_t* psQCtxt = (phOsal_QueueCtxt_t*)pvQueueHandle; in phOsal_QueueDestroy()
164 phOsal_QueueCtxt_t* psQCtxt = (phOsal_QueueCtxt_t*)pvQueueHandle; in phOsal_QueuePush()
270 phOsal_QueueCtxt_t* psQCtxt = (phOsal_QueueCtxt_t*)pvQueueHandle; in phOsal_QueuePull()