Home
last modified time | relevance | path

Searched refs:NFC_FL_POWER_CYCLE_NFCC (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_task.cc318 } else if (nfc_cb.flags & NFC_FL_POWER_CYCLE_NFCC) { in nfc_task_shutdown_nfcc()
Dnfc_main.cc172 if (nfc_cb.flags & (NFC_FL_RESTARTING | NFC_FL_POWER_CYCLE_NFCC)) { in nfc_main_notify_enable_status()
173 nfc_cb.flags &= ~(NFC_FL_RESTARTING | NFC_FL_POWER_CYCLE_NFCC); in nfc_main_notify_enable_status()
1284 nfc_cb.flags |= NFC_FL_POWER_CYCLE_NFCC; in NFC_PowerCycleNFCC()
Dnfc_ncif.cc1439 if (nfc_cb.flags & (NFC_FL_RESTARTING | NFC_FL_POWER_CYCLE_NFCC)) { in nfc_ncif_proc_reset_rsp()
/system/nfc/src/nfc/include/
Dnfc_int.h97 #define NFC_FL_POWER_CYCLE_NFCC 0x0008 macro