Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc166 if (p_cb->tech_screen_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
316 if (p_cb->tech_screen_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()
872 tNFA_TECHNOLOGY_MASK old_tech_screen_off = p_cb->tech_screen_off; in nfa_ee_api_set_tech_cfg()
880 (p_cb->tech_screen_off == p_data->set_tech.technologies_screen_off) && in nfa_ee_api_set_tech_cfg()
893 p_cb->tech_screen_off |= p_data->set_tech.technologies_screen_off; in nfa_ee_api_set_tech_cfg()
903 p_cb->tech_screen_off = old_tech_screen_off; in nfa_ee_api_set_tech_cfg()
909 p_cb->tech_screen_lock | p_cb->tech_screen_off | in nfa_ee_api_set_tech_cfg()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h156 tech_screen_off; /* default routing - technologies screen_off*/ member