Home
last modified time | relevance | path

Searched refs:NFC_FL_HAL_REQUESTED (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()
441 nfc_cb.flags |= NFC_FL_HAL_REQUESTED; in nfc_main_handle_hal_evt()
1174 if (!(nfc_cb.flags & NFC_FL_HAL_REQUESTED)) in NFC_Deactivate()
Dnfc_ncif.c327 else if (nfc_cb.flags & NFC_FL_HAL_REQUESTED) in nfc_ncif_check_cmd_queue()
330 nfc_cb.flags &= ~NFC_FL_HAL_REQUESTED; in nfc_ncif_check_cmd_queue()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h92 #define NFC_FL_HAL_REQUESTED 0x0080 /* NFC_FL_CONTROL_REQUESTED on HAL request */ macro