Home
last modified time | relevance | path

Searched refs:NFC_FL_CONTROL_GRANTED (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c325 nfc_cb.flags &= ~(NFC_FL_CONTROL_REQUESTED|NFC_FL_CONTROL_GRANTED); in nfc_gen_cleanup()
415 nfc_cb.flags &= ~NFC_FL_CONTROL_GRANTED; in nfc_main_handle_hal_evt()
441 if (nfc_cb.flags & NFC_FL_CONTROL_GRANTED) in nfc_main_handle_hal_evt()
443 nfc_cb.flags &= ~NFC_FL_CONTROL_GRANTED; in nfc_main_handle_hal_evt()
Dnfc_ncif.c311 nfc_cb.flags |= NFC_FL_CONTROL_GRANTED; in nfc_ncif_check_cmd_queue()
328 nfc_cb.flags |= NFC_FL_CONTROL_GRANTED; in nfc_ncif_check_cmd_queue()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h89 #define NFC_FL_CONTROL_GRANTED 0x0020 /* NCI command window is on the HAL side */ macro