OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_FL_HAL_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
);
441
nfc_cb.flags |=
NFC_FL_HAL_REQUESTED
;
[
all
...]
nfc_ncif.c
324
else if (nfc_cb.flags &
NFC_FL_HAL_REQUESTED
)
327
nfc_cb.flags &= ~
NFC_FL_HAL_REQUESTED
;
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
92
#define
NFC_FL_HAL_REQUESTED
0x0080 /* NFC_FL_CONTROL_REQUESTED on HAL request */
Completed in 28 milliseconds