OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_FL_CONTROL_GRANTED
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
329
nfc_cb.flags &= ~(NFC_FL_CONTROL_REQUESTED |
NFC_FL_CONTROL_GRANTED
| NFC_FL_HAL_REQUESTED);
419
nfc_cb.flags &= ~
NFC_FL_CONTROL_GRANTED
;
446
if (nfc_cb.flags &
NFC_FL_CONTROL_GRANTED
)
448
nfc_cb.flags &= ~
NFC_FL_CONTROL_GRANTED
;
[
all
...]
nfc_ncif.c
310
nfc_cb.flags |=
NFC_FL_CONTROL_GRANTED
;
328
nfc_cb.flags |=
NFC_FL_CONTROL_GRANTED
;
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
90
#define
NFC_FL_CONTROL_GRANTED
0x0020 /* NCI command window is on the HAL side */
Completed in 131 milliseconds