Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp43 uint32_t wQLength; member
81 psQCtxt->wQLength = psQueueCreatePrms->wQLength; in phOsal_QueueCreate()
88 dwStatus = phOsal_SemaphoreCreate(&psQCtxt->semPush, psQCtxt->wQLength, 0); in phOsal_QueueCreate()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/inc/
DphOsal_Queue.h36 uint32_t wQLength; member
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DphOsal_Adaptation.cpp69 pContext->sQueueCreatePrms.wQLength = 20; in phOsalAdapt_InitOsal()