Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DphOsal_Adaptation.cpp66 pContext->sQueueCreatePrms.memHdl = nullptr; in phOsalAdapt_InitOsal()
67 pContext->sQueueCreatePrms.MemAllocCb = phOsapAdapt_QueMemAllocCB; in phOsalAdapt_InitOsal()
68 pContext->sQueueCreatePrms.MemFreeCb = phOsalAdapt_QueMemFreeCB; in phOsalAdapt_InitOsal()
69 pContext->sQueueCreatePrms.wQLength = 20; in phOsalAdapt_InitOsal()
70 pContext->sQueueCreatePrms.eOverwriteMode = PHOSAL_QUEUE_NO_OVERWRITE; in phOsalAdapt_InitOsal()
73 &pContext->sQueueCreatePrms); in phOsalAdapt_InitOsal()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DphOsal_Adaptation.h45 phOsal_QueueCreateParams_t sQueueCreatePrms; member