Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc165 if (p_cb->tech_battery_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
322 if (p_cb->tech_battery_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()
938 tNFA_TECHNOLOGY_MASK old_tech_battery_off = p_cb->tech_battery_off; in nfa_ee_api_set_tech_cfg()
946 (p_cb->tech_battery_off == p_data->set_tech.technologies_battery_off) && in nfa_ee_api_set_tech_cfg()
959 p_cb->tech_battery_off |= p_data->set_tech.technologies_battery_off; in nfa_ee_api_set_tech_cfg()
969 p_cb->tech_battery_off = old_tech_battery_off; in nfa_ee_api_set_tech_cfg()
976 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off | in nfa_ee_api_set_tech_cfg()
1005 tNFA_TECHNOLOGY_MASK old_tech_battery_off = p_cb->tech_battery_off; in nfa_ee_api_clear_tech_cfg()
1012 p_cb->tech_battery_off &= ~p_data->clear_tech.technologies_battery_off; in nfa_ee_api_clear_tech_cfg()
1020 (p_cb->tech_battery_off == old_tech_battery_off) && in nfa_ee_api_clear_tech_cfg()
[all …]
/system/nfc/src/nfa/include/
Dnfa_ee_int.h158 tech_battery_off; /* default routing - technologies battery_off*/ member