Home
last modified time | relevance | path

Searched refs:NFA_EE_STS_PREV_ROUTING (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c1336 if (nfa_ee_cb.ee_cfg_sts & NFA_EE_STS_PREV_ROUTING) in nfa_ee_check_restore_complete()
2051 nfa_ee_cb.ee_cfg_sts |= NFA_EE_STS_PREV_ROUTING; in nfa_ee_route_add_one_ecb()
2055 nfa_ee_cb.ee_cfg_sts &= ~NFA_EE_STS_PREV_ROUTING; in nfa_ee_route_add_one_ecb()
2063 else if (nfa_ee_cb.ee_cfg_sts & NFA_EE_STS_PREV_ROUTING) in nfa_ee_route_add_one_ecb()
2067 nfa_ee_cb.ee_cfg_sts &= ~NFA_EE_STS_PREV_ROUTING; in nfa_ee_route_add_one_ecb()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h382 #define NFA_EE_STS_PREV_ROUTING 0x10 macro