Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_main.cc496 nfa_ee_cb.ee_flags |= NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_sys_disable()
521 if (!(nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN)) { in nfa_ee_check_disable()
Dnfa_ee_act.cc2351 if (nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN) { in nfa_ee_nci_conn()
2357 nfa_ee_cb.ee_flags &= ~NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_nci_conn()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h474 #define NFA_EE_FLAG_WAIT_DISCONN 0x04 macro