OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eLibNfcHalStateRelease
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nxp/src/
phLibNfc_target.c
93
else if (gpphLibContext->LibNfcState.cur_state ==
eLibNfcHalStateRelease
)
194
else if(
eLibNfcHalStateRelease
== gpphLibContext->LibNfcState.next_state)
243
else if (gpphLibContext->LibNfcState.cur_state ==
eLibNfcHalStateRelease
)
365
else if(
eLibNfcHalStateRelease
== gpphLibContext->LibNfcState.next_state)
phLibNfc_Internal.h
77
eLibNfcHalStateRelease
,
phLibNfc_initiator.c
352
gpphLibContext->LibNfcState.cur_state=
eLibNfcHalStateRelease
;
830
if((
eLibNfcHalStateRelease
== gpphLibContext->LibNfcState.next_state)
862
gpphLibContext->LibNfcState.next_state =
eLibNfcHalStateRelease
;
[
all
...]
phLibNfc_ndef_raw.c
297
else if(
eLibNfcHalStateRelease
== gpphLibContext->LibNfcState.next_state)
546
else if(
eLibNfcHalStateRelease
== gpphLibContext->LibNfcState.next_state)
[
all
...]
phLibNfc.c
727
case
eLibNfcHalStateRelease
:
743
case
eLibNfcHalStateRelease
:
790
case
eLibNfcHalStateRelease
:
[
all
...]
phLibNfc_llcp.c
321
else if(gpphLibContext->LibNfcState.next_state ==
eLibNfcHalStateRelease
)
[
all
...]
Completed in 57 milliseconds