Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c165 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
187 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
241 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.c1340 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_check_restore_complete()
1490 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_nci_mode_set_rsp()
1502 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_mode_set_rsp()
1619 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_nci_conn()
1621 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_nci_conn()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h117 #define NFA_EE_ECB_FLAGS_RESTORE 0x20 /* Restore related */ macro