Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c32 static pphDnldNfc_RspCb_t UserCb; /* Upper layer call back function */ variable
81 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Reset()
146 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetVersion()
216 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetSessionState()
299 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_CheckIntegrity()
369 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_ReadLog()
492 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Write()
564 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Log()
694 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Force()
825 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_RawReq()
[all …]
DphDnldNfc_Internal.h163 pphDnldNfc_RspCb_t UserCb ; /* Upper layer call back function */ member
DphDnldNfc_Internal.c336 if((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) in phDnldNfc_ProcessSeqState()
338 pDlCtxt->UserCb((pDlCtxt->UserCtxt),wStatus,&(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessSeqState()
554 if((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) in phDnldNfc_ProcessRWSeqState()
556 pDlCtxt->UserCb((pDlCtxt->UserCtxt),wStatus,&(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessRWSeqState()