OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_STATE_NONE
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
107
case
NFC_STATE_NONE
:
284
nfc_set_state (
NFC_STATE_NONE
);
378
nfc_set_state (
NFC_STATE_NONE
);
386
nfc_set_state (
NFC_STATE_NONE
);
707
if ((nfc_cb.nfc_state ==
NFC_STATE_NONE
) || (nfc_cb.nfc_state == NFC_STATE_NFCC_POWER_OFF_SLEEP))
709
nfc_set_state (
NFC_STATE_NONE
);
746
nfc_cb.nfc_state =
NFC_STATE_NONE
;
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
72
NFC_STATE_NONE
, /* not start up yet */
Completed in 29 milliseconds