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.c329 nfc_cb.flags &= ~(NFC_FL_CONTROL_REQUESTED | NFC_FL_CONTROL_GRANTED | NFC_FL_HAL_REQUESTED); in nfc_gen_cleanup()
419 nfc_cb.flags &= ~NFC_FL_CONTROL_GRANTED; in nfc_main_handle_hal_evt()
446 if (nfc_cb.flags & NFC_FL_CONTROL_GRANTED) in nfc_main_handle_hal_evt()
448 nfc_cb.flags &= ~NFC_FL_CONTROL_GRANTED; in nfc_main_handle_hal_evt()
Dnfc_ncif.c313 nfc_cb.flags |= NFC_FL_CONTROL_GRANTED; in nfc_ncif_check_cmd_queue()
331 nfc_cb.flags |= NFC_FL_CONTROL_GRANTED; in nfc_ncif_check_cmd_queue()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h99 #define NFC_FL_CONTROL_GRANTED 0x0020 /* NCI command window is on the HAL side */ macro