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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 134 (NULL != if_cb.send_complete)
153 pgDalContext->cb_if.send_complete = if_cb.send_complete;
193 pgDalContext->cb_if.send_complete = NULL ;
753 pDalMsg->writeCbPtr = pgDalContext->cb_if.send_complete;
859 if ((NULL != pgDalContext) && (NULL != pgDalContext->cb_if.send_complete))
861 pgDalContext->cb_if.send_complete(pgDalContext->cb_if.pif_ctxt,
  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 97 if_cb.send_complete = (pphNfcIF_Transact_Completion_CB_t)&phLlcNfc_WrResp_Cb;
410 if (NULL != ps_llc_ctxt->cb_for_if.send_complete)
414 ps_llc_ctxt->cb_for_if.send_complete (
500 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
504 ps_llc_ctxt->cb_for_if.send_complete(
615 if(NULL != ps_llc_ctxt->cb_for_if.send_complete)
620 ps_llc_ctxt->cb_for_if.send_complete(
    [all...]
phLlcNfc.c 171 (NULL == if_callback.send_complete))
203 ps_llc_ctxt->cb_for_if.send_complete = if_callback.send_complete;
phLlcNfc_Frame.c     [all...]
phHciNfc.c 147 if_callback.send_complete = &phHciNfc_Send_Complete;
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 359 pphNfcIF_Transact_Completion_CB_t send_complete; member in struct:phNfcIF_sCallBack

Completed in 61 milliseconds