Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.cc205 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
223 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
280 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.cc2293 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) { in nfa_ee_check_restore_complete()
2443 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) { in nfa_ee_nci_mode_set_rsp()
2451 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_mode_set_rsp()
2575 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) { in nfa_ee_nci_conn()
2576 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_conn()
/packages/modules/Nfc/libnfc-nci/src/nfa/include/
Dnfa_ee_int.h138 #define NFA_EE_ECB_FLAGS_RESTORE 0x20 macro