OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_FL_CONTROL_REQUESTED
(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);
440
nfc_cb.flags |=
NFC_FL_CONTROL_REQUESTED
;
912
nfc_cb.flags |=
NFC_FL_CONTROL_REQUESTED
;
[
all
...]
nfc_ncif.c
301
if (nfc_cb.flags &
NFC_FL_CONTROL_REQUESTED
)
304
nfc_cb.flags &= ~
NFC_FL_CONTROL_REQUESTED
;
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
89
#define
NFC_FL_CONTROL_REQUESTED
0x0010 /* HAL requested control on NCI command window */
92
#define NFC_FL_HAL_REQUESTED 0x0080 /*
NFC_FL_CONTROL_REQUESTED
on HAL request */
Completed in 957 milliseconds