Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.cc71 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Reset()
127 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_GetVersion()
187 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_GetSessionState()
264 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_CheckIntegrity()
322 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_ReadLog()
424 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Write()
485 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Log()
586 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Force()
699 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_RawReq()
1174 static void* UserCtxt; /* Pointer to upper layer context */ variable
[all …]
DphDnldNfc_Internal.h192 void* UserCtxt; /* Pointer to upper layer context */ member
DphDnldNfc_Internal.cc319 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessSeqState()
320 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessSeqState()
512 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessRWSeqState()
513 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessRWSeqState()