Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc189 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
360 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()
1052 tNFA_PROTOCOL_MASK old_proto_battery_off = p_cb->proto_battery_off; in nfa_ee_api_set_proto_cfg()
1060 (p_cb->proto_battery_off == p_data->set_proto.protocols_battery_off) && in nfa_ee_api_set_proto_cfg()
1073 p_cb->proto_battery_off |= p_data->set_proto.protocols_battery_off; in nfa_ee_api_set_proto_cfg()
1083 p_cb->proto_battery_off = old_proto_battery_off; in nfa_ee_api_set_proto_cfg()
1091 p_cb->proto_battery_off | p_cb->proto_screen_lock | in nfa_ee_api_set_proto_cfg()
1119 tNFA_TECHNOLOGY_MASK old_proto_battery_off = p_cb->proto_battery_off; in nfa_ee_api_clear_proto_cfg()
1126 p_cb->proto_battery_off &= ~p_data->clear_proto.protocols_battery_off; in nfa_ee_api_clear_proto_cfg()
1133 (p_cb->proto_battery_off == old_proto_battery_off) && in nfa_ee_api_clear_proto_cfg()
[all …]
/system/nfc/src/nfa/include/
Dnfa_ee_int.h170 proto_battery_off; /* default routing - protocols battery_off */ member