Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.cc70 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Reset()
126 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetVersion()
186 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetSessionState()
263 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_CheckIntegrity()
321 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_ReadLog()
423 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Write()
484 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Log()
585 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Force()
698 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_RawReq()
1173 static pphDnldNfc_RspCb_t UserCb; /* Upper layer call back function */ variable
[all …]
DphDnldNfc_Internal.h191 pphDnldNfc_RspCb_t UserCb; /* Upper layer call back function */ member
DphDnldNfc_Internal.cc316 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessSeqState()
317 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessSeqState()
506 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessRWSeqState()
507 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessRWSeqState()