HomeSort by relevance Sort by last modified time
    Searched refs:cb_for_if (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 353 if(NULL != ps_llc_ctxt->cb_for_if.notify)
356 ps_llc_ctxt->cb_for_if.notify (
357 ps_llc_ctxt->cb_for_if.pif_ctxt,
424 if (NULL != ps_llc_ctxt->cb_for_if.send_complete)
428 ps_llc_ctxt->cb_for_if.send_complete (
429 ps_llc_ctxt->cb_for_if.pif_ctxt,
515 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
519 ps_llc_ctxt->cb_for_if.send_complete(
520 ps_llc_ctxt->cb_for_if.pif_ctxt,
630 if(NULL != ps_llc_ctxt->cb_for_if.send_complete
    [all...]
phLlcNfc_Timer.c 764 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify))
775 gpphLlcNfc_Ctxt->cb_for_if.notify (
776 gpphLlcNfc_Ctxt->cb_for_if.pif_ctxt,
    [all...]
phLlcNfc.c 202 ps_llc_ctxt->cb_for_if.receive_complete = if_callback.receive_complete;
203 ps_llc_ctxt->cb_for_if.send_complete = if_callback.send_complete;
204 ps_llc_ctxt->cb_for_if.notify = if_callback.notify;
206 ps_llc_ctxt->cb_for_if.pif_ctxt = if_callback.pif_ctxt;
phLlcNfc_Frame.c     [all...]
phLlcNfc_DataTypes.h 617 phNfcIF_sCallBack_t cb_for_if; member in struct:phLlcNfc_Context

Completed in 45 milliseconds