Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c36 static pphDnldNfc_RspCb_t UserCb; /* Upper layer call back function */ variable
85 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Reset()
150 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetVersion()
220 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetSessionState()
308 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_CheckIntegrity()
378 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_ReadLog()
501 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Write()
573 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Log()
703 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Force()
834 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_RawReq()
[all …]
DphDnldNfc_Internal.h163 pphDnldNfc_RspCb_t UserCb ; /* Upper layer call back function */ member
DphDnldNfc_Internal.c342 if((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) in phDnldNfc_ProcessSeqState()
344 pDlCtxt->UserCb((pDlCtxt->UserCtxt),wStatus,&(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessSeqState()
562 if((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) in phDnldNfc_ProcessRWSeqState()
564 pDlCtxt->UserCb((pDlCtxt->UserCtxt),wStatus,&(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessRWSeqState()