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

  /external/libnfc-nxp/src/
phLlcNfc.c 311 if (NULL != ps_llc_ctxt->lower_if.release)
313 result = ps_llc_ctxt->lower_if.release(
314 ps_llc_ctxt->lower_if.pcontext,
318 if (NULL != ps_llc_ctxt->lower_if.transact_abort)
320 result = ps_llc_ctxt->lower_if.transact_abort(
321 ps_llc_ctxt->lower_if.pcontext,
324 if (NULL != ps_llc_ctxt->lower_if.unregister)
326 result = ps_llc_ctxt->lower_if.unregister(
327 ps_llc_ctxt->lower_if.pcontext,
phLlcNfc_Interface.c 102 sreference.plower_if = &(psLlcCtxt->lower_if);
134 (NULL == psLlcCtxt->lower_if.init))
142 result = psLlcCtxt->lower_if.init( psLlcCtxt->lower_if.pcontext,
164 (0 == llcBufferLength) || (NULL == psLlcCtxt->lower_if.receive) ||
178 result = psLlcCtxt->lower_if.receive(
179 psLlcCtxt->lower_if.pcontext,
186 result = psLlcCtxt->lower_if.receive_wait(
187 psLlcCtxt->lower_if.pcontext,
227 (NULL == psLlcCtxt->lower_if.send)
    [all...]
phLlcNfc_DataTypes.h 613 phNfc_sLowerIF_t lower_if; member in struct:phLlcNfc_Context

Completed in 3062 milliseconds