OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_for_if
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc_Interface.c
339
if(NULL != ps_llc_ctxt->
cb_for_if
.notify)
342
ps_llc_ctxt->
cb_for_if
.notify (
343
ps_llc_ctxt->
cb_for_if
.pif_ctxt,
410
if (NULL != ps_llc_ctxt->
cb_for_if
.send_complete)
414
ps_llc_ctxt->
cb_for_if
.send_complete (
415
ps_llc_ctxt->
cb_for_if
.pif_ctxt,
500
if(NULL != ps_llc_ctxt->
cb_for_if
.send_complete)
504
ps_llc_ctxt->
cb_for_if
.send_complete(
505
ps_llc_ctxt->
cb_for_if
.pif_ctxt,
615
if(NULL != ps_llc_ctxt->
cb_for_if
.send_complete
[
all
...]
phLlcNfc_Timer.c
722
(NULL != gpphLlcNfc_Ctxt->
cb_for_if
.notify))
733
gpphLlcNfc_Ctxt->
cb_for_if
.notify (
734
gpphLlcNfc_Ctxt->
cb_for_if
.pif_ctxt,
870
&& (NULL != gpphLlcNfc_Ctxt->
cb_for_if
.notify))
879
notifyul = gpphLlcNfc_Ctxt->
cb_for_if
.notify;
880
p_upperctxt = gpphLlcNfc_Ctxt->
cb_for_if
.pif_ctxt;
[
all
...]
phLlcNfc.c
202
ps_llc_ctxt->
cb_for_if
.receive_complete = if_callback.receive_complete;
203
ps_llc_ctxt->
cb_for_if
.send_complete = if_callback.send_complete;
204
ps_llc_ctxt->
cb_for_if
.notify = if_callback.notify;
206
ps_llc_ctxt->
cb_for_if
.pif_ctxt = if_callback.pif_ctxt;
phLlcNfc_Frame.c
[
all
...]
phLlcNfc_DataTypes.h
612
phNfcIF_sCallBack_t
cb_for_if
;
member in struct:phLlcNfc_Context
Completed in 111 milliseconds