Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_main.cc253 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_proc_nfcc_power_mode()
265 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_proc_nfcc_power_mode()
471 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_sys_disable()
479 nfa_ee_cb.num_ee_expecting++; in nfa_ee_sys_disable()
489 if (nfa_ee_cb.num_ee_expecting) { in nfa_ee_sys_disable()
Dnfa_ee_act.cc1655 nfa_ee_cb.em_state, nfa_ee_cb.num_ee_expecting, notify_enable_done); in nfa_ee_report_disc_done()
1656 if (nfa_ee_cb.num_ee_expecting == 0) { in nfa_ee_report_disc_done()
1780 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_nci_disc_rsp()
1821 nfa_ee_cb.num_ee_expecting = p_evt->num_nfcee; in nfa_ee_nci_disc_rsp()
1822 if (nfa_ee_cb.num_ee_expecting > NFA_EE_MAX_EE_SUPPORTED) { in nfa_ee_nci_disc_rsp()
1824 nfa_ee_cb.num_ee_expecting, in nfa_ee_nci_disc_rsp()
1831 nfa_ee_cb.cur_ee, nfa_ee_cb.num_ee_expecting); in nfa_ee_nci_disc_rsp()
1856 nfa_ee_cb.num_ee_expecting); in nfa_ee_nci_disc_ntf()
1857 if (nfa_ee_cb.num_ee_expecting) { in nfa_ee_nci_disc_ntf()
1858 nfa_ee_cb.num_ee_expecting--; in nfa_ee_nci_disc_ntf()
[all …]
/system/nfc/src/nfa/include/
Dnfa_ee_int.h487 uint8_t num_ee_expecting; /* number of ee_info still expecting*/ member