Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc71 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Reset()
127 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_GetVersion()
187 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_GetSessionState()
268 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_CheckIntegrity()
326 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_ReadLog()
428 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Write()
489 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Log()
590 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Force()
703 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_RawReq()
1220 static void* UserCtxt; /* Pointer to upper layer context */ variable
[all …]
DphDnldNfc_Internal.h195 void* UserCtxt; /* Pointer to upper layer context */ member
DphDnldNfc_Internal.cc312 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessSeqState()
313 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessSeqState()
505 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessRWSeqState()
506 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessRWSeqState()
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc_Internal.h192 void* UserCtxt; /* Pointer to upper layer context */ member
DphDnldNfc_Internal.cc320 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessSeqState()
321 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessSeqState()
513 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessRWSeqState()
514 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessRWSeqState()