Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLlcNfc_Interface.c353 if(NULL != ps_llc_ctxt->cb_for_if.notify) in phLlcNfc_WrResp_Cb()
356 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_WrResp_Cb()
357 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
424 if (NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()
428 ps_llc_ctxt->cb_for_if.send_complete ( in phLlcNfc_WrResp_Cb()
429 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
515 if(NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()
519 ps_llc_ctxt->cb_for_if.send_complete( in phLlcNfc_WrResp_Cb()
520 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()
630 if(NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()
[all …]
DphLlcNfc_Timer.c764 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify)) in phLlcNfc_GuardTimeoutCb()
775 gpphLlcNfc_Ctxt->cb_for_if.notify ( in phLlcNfc_GuardTimeoutCb()
776 gpphLlcNfc_Ctxt->cb_for_if.pif_ctxt, in phLlcNfc_GuardTimeoutCb()
967 && (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify)) in phLlcNfc_ConnectionTimeoutCb()
976 notifyul = gpphLlcNfc_Ctxt->cb_for_if.notify; in phLlcNfc_ConnectionTimeoutCb()
977 p_upperctxt = gpphLlcNfc_Ctxt->cb_for_if.pif_ctxt; in phLlcNfc_ConnectionTimeoutCb()
1054 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify)) in phLlcNfc_URSET_Delay_Notify()
1059 gpphLlcNfc_Ctxt->cb_for_if.notify ( in phLlcNfc_URSET_Delay_Notify()
1060 gpphLlcNfc_Ctxt->cb_for_if.pif_ctxt, in phLlcNfc_URSET_Delay_Notify()
DphLlcNfc.c202 ps_llc_ctxt->cb_for_if.receive_complete = if_callback.receive_complete; in phLlcNfc_Register()
203 ps_llc_ctxt->cb_for_if.send_complete = if_callback.send_complete; in phLlcNfc_Register()
204 ps_llc_ctxt->cb_for_if.notify = if_callback.notify; in phLlcNfc_Register()
206 ps_llc_ctxt->cb_for_if.pif_ctxt = if_callback.pif_ctxt; in phLlcNfc_Register()
DphLlcNfc_Frame.c1370 psLlcCtxt->cb_for_if.notify ( in phLlcNfc_H_ProcessIFrame()
1371 psLlcCtxt->cb_for_if.pif_ctxt, in phLlcNfc_H_ProcessIFrame()
1542 (NULL != psLlcCtxt->cb_for_if.notify)) in phLlcNfc_H_ProcessUFrame()
1547 psLlcCtxt->cb_for_if.notify( in phLlcNfc_H_ProcessUFrame()
1548 psLlcCtxt->cb_for_if.pif_ctxt, in phLlcNfc_H_ProcessUFrame()
1666 if (NULL != psLlcCtxt->cb_for_if.send_complete) in phLlcNfc_H_ProcessSFrame()
1671 psLlcCtxt->cb_for_if.send_complete ( in phLlcNfc_H_ProcessSFrame()
1672 psLlcCtxt->cb_for_if.pif_ctxt, in phLlcNfc_H_ProcessSFrame()
1733 psLlcCtxt->cb_for_if.notify ( in phLlcNfc_H_ProcessSFrame()
1734 psLlcCtxt->cb_for_if.pif_ctxt, in phLlcNfc_H_ProcessSFrame()
DphLlcNfc_DataTypes.h617 phNfcIF_sCallBack_t cb_for_if; member