Searched refs:send_complete (Results 1 – 7 of 7) sorted by relevance
161 (NULL != if_cb.send_complete) in phDal4Nfc_Register()180 pgDalContext->cb_if.send_complete = if_cb.send_complete; in phDal4Nfc_Register()220 pgDalContext->cb_if.send_complete = NULL ; in phDal4Nfc_Unregister()874 pDalMsg->writeCbPtr = pgDalContext->cb_if.send_complete; in phDal4Nfc_FillMsg()992 if ((NULL != pgDalContext) && (NULL != pgDalContext->cb_if.send_complete)) in phDal4Nfc_DeferredCb()994 pgDalContext->cb_if.send_complete(pgDalContext->cb_if.pif_ctxt, in phDal4Nfc_DeferredCb()
100 if_cb.send_complete = (pphNfcIF_Transact_Completion_CB_t)&phLlcNfc_WrResp_Cb; in phLlcNfc_Interface_Register()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()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()630 if(NULL != ps_llc_ctxt->cb_for_if.send_complete) in phLlcNfc_WrResp_Cb()635 ps_llc_ctxt->cb_for_if.send_complete( in phLlcNfc_WrResp_Cb()
171 (NULL == if_callback.send_complete)) in phLlcNfc_Register()203 ps_llc_ctxt->cb_for_if.send_complete = if_callback.send_complete; in phLlcNfc_Register()
1666 if (NULL != psLlcCtxt->cb_for_if.send_complete) in phLlcNfc_H_ProcessSFrame()1671 psLlcCtxt->cb_for_if.send_complete ( in phLlcNfc_H_ProcessSFrame()
147 if_callback.send_complete = &phHciNfc_Send_Complete; in phHciNfc_Initialise()
3744 if_callback.send_complete = &phDnldNfc_Send_Complete; in phDnldNfc_Upgrade()
359 pphNfcIF_Transact_Completion_CB_t send_complete; member