Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c186 if (nfc_cb.flags & (NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC)) in nfc_main_notify_enable_status()
188 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_task.c323 else if (nfc_cb.flags & NFC_FL_POWER_CYCLE_NFCC) in nfc_task_shutdown_nfcc()
Dnfc_ncif.c1252 if (nfc_cb.flags & (NFC_FL_RESTARTING|NFC_FL_POWER_CYCLE_NFCC)) in nfc_ncif_proc_reset_rsp()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h87 #define NFC_FL_POWER_CYCLE_NFCC 0x0008 /* Power cycle NFCC */ macro