Home
last modified time | relevance | path

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

/system/nfc/halimpl/pn54x/dnld/
DphDnldNfc.c36 static pphDnldNfc_RspCb_t UserCb; /* Upper layer call back function */ variable
78 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Reset()
134 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetVersion()
194 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetSessionState()
274 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_CheckIntegrity()
332 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_ReadLog()
434 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Write()
495 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Log()
596 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Force()
709 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_RawReq()
[all …]
DphDnldNfc_Internal.h182 pphDnldNfc_RspCb_t UserCb; /* Upper layer call back function */ member
DphDnldNfc_Internal.c339 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessSeqState()
340 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessSeqState()
529 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessRWSeqState()
530 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessRWSeqState()