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.cc170 if (p_cb->tech_screen_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
327 if (p_cb->tech_screen_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()
939 tNFA_TECHNOLOGY_MASK old_tech_screen_off = p_cb->tech_screen_off; in nfa_ee_api_set_tech_cfg()
947 (p_cb->tech_screen_off == p_data->set_tech.technologies_screen_off) && in nfa_ee_api_set_tech_cfg()
960 p_cb->tech_screen_off |= p_data->set_tech.technologies_screen_off; in nfa_ee_api_set_tech_cfg()
970 p_cb->tech_screen_off = old_tech_screen_off; in nfa_ee_api_set_tech_cfg()
976 p_cb->tech_screen_lock | p_cb->tech_screen_off | in nfa_ee_api_set_tech_cfg()
1006 tNFA_TECHNOLOGY_MASK old_tech_screen_off = p_cb->tech_screen_off; in nfa_ee_api_clear_tech_cfg()
1013 p_cb->tech_screen_off &= ~p_data->clear_tech.technologies_screen_off; in nfa_ee_api_clear_tech_cfg()
1021 (p_cb->tech_screen_off == old_tech_screen_off) && in nfa_ee_api_clear_tech_cfg()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h162 tech_screen_off; /* default routing - technologies screen_off*/ member