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

  /external/libnfc-nxp/src/
phDal4Nfc.h 157 * \param[in] if_cb Contains upper layer callback reference details, which are used
181 phNfcIF_sCallBack_t if_cb,
phLlcNfc_Interface.c 87 phNfcIF_sCallBack_t if_cb = {0,0,0,0}; local
98 if_cb.notify = NULL;
99 if_cb.receive_complete = (pphNfcIF_Transact_Completion_CB_t)&phLlcNfc_RdResp_Cb;
100 if_cb.send_complete = (pphNfcIF_Transact_Completion_CB_t)&phLlcNfc_WrResp_Cb;
101 if_cb.pif_ctxt = psLlcCtxt;
105 result = phDalNfc_StubRegister(&sreference, if_cb, psIFConfig->layer_next);
108 result = phDal4Nfc_Register(&sreference, if_cb, psIFConfig->layer_next);
115 if_cb,
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 154 phNfcIF_sCallBack_t if_cb, void *psIFConf )
160 (NULL != if_cb.receive_complete) &&
161 (NULL != if_cb.send_complete)
179 pgDalContext->cb_if.receive_complete = if_cb.receive_complete;
180 pgDalContext->cb_if.send_complete = if_cb.send_complete;
181 pgDalContext->cb_if.notify = if_cb.notify;
183 pgDalContext->cb_if.pif_ctxt = if_cb.pif_ctxt;
    [all...]

Completed in 109 milliseconds