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

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 153 pgDalContext->cb_if.receive_complete = if_cb.receive_complete;
154 pgDalContext->cb_if.send_complete = if_cb.send_complete;
155 pgDalContext->cb_if.notify = if_cb.notify;
157 pgDalContext->cb_if.pif_ctxt = if_cb.pif_ctxt;
193 pgDalContext->cb_if.receive_complete = NULL;
194 pgDalContext->cb_if.send_complete = NULL ;
195 pgDalContext->cb_if.notify = NULL ;
197 pgDalContext->cb_if.pif_ctxt = NULL ;
803 pDalMsg->writeCbPtr = pgDalContext->cb_if.send_complete;
812 pDalMsg->pContext= pgDalContext->cb_if.pif_ctxt
    [all...]
  /external/libnfc-nxp/src/
phDal4Nfc.h 75 phNfcIF_sCallBack_t cb_if; /**<Callback info registered by upper layer*/ member in struct:phDal4Nfc_SContext

Completed in 72 milliseconds