Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.cc172 if (p_cb->tech_screen_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
329 if (p_cb->tech_screen_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()
946 tNFA_TECHNOLOGY_MASK old_tech_screen_off = p_cb->tech_screen_off; in nfa_ee_api_set_tech_cfg()
954 (p_cb->tech_screen_off == p_data->set_tech.technologies_screen_off) && in nfa_ee_api_set_tech_cfg()
967 p_cb->tech_screen_off |= p_data->set_tech.technologies_screen_off; in nfa_ee_api_set_tech_cfg()
977 p_cb->tech_screen_off = old_tech_screen_off; in nfa_ee_api_set_tech_cfg()
983 p_cb->tech_screen_lock | p_cb->tech_screen_off | in nfa_ee_api_set_tech_cfg()
1013 tNFA_TECHNOLOGY_MASK old_tech_screen_off = p_cb->tech_screen_off; in nfa_ee_api_clear_tech_cfg()
1020 p_cb->tech_screen_off &= ~p_data->clear_tech.technologies_screen_off; in nfa_ee_api_clear_tech_cfg()
1028 (p_cb->tech_screen_off == old_tech_screen_off) && in nfa_ee_api_clear_tech_cfg()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_ee_int.h163 tech_screen_off; /* default routing - technologies screen_off*/ member