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.cc490 nfa_ee_cb.ee_flags |= NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_sys_disable()
515 if (!(nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN)) { in nfa_ee_check_disable()
Dnfa_ee_act.cc2313 if (nfa_ee_cb.ee_flags & NFA_EE_FLAG_WAIT_DISCONN) { in nfa_ee_nci_conn()
2319 nfa_ee_cb.ee_flags &= ~NFA_EE_FLAG_WAIT_DISCONN; in nfa_ee_nci_conn()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h457 #define NFA_EE_FLAG_WAIT_DISCONN 0x04 macro