Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c155 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
593 tNFA_PROTOCOL_MASK old_proto_battery_off = p_cb->proto_battery_off; in nfa_ee_api_set_proto_cfg()
598 && (p_cb->proto_battery_off == p_data->set_proto.protocols_battery_off) ) in nfa_ee_api_set_proto_cfg()
608 p_cb->proto_battery_off = p_data->set_proto.protocols_battery_off; in nfa_ee_api_set_proto_cfg()
616 p_cb->proto_battery_off = old_proto_battery_off; in nfa_ee_api_set_proto_cfg()
622 if (p_cb->proto_switch_on | p_cb->proto_switch_off | p_cb->proto_battery_off) in nfa_ee_api_set_proto_cfg()
1474 p_cb->proto_switch_on| p_cb->proto_switch_off| p_cb->proto_battery_off | in nfa_ee_nci_mode_set_rsp()
1483 p_cb->proto_switch_on = p_cb->proto_switch_off= p_cb->proto_battery_off = 0; in nfa_ee_nci_mode_set_rsp()
1976 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_route_add_one_ecb()
2337 p_cb->proto_switch_on| p_cb->proto_switch_off| p_cb->proto_battery_off | in nfa_ee_update_rout()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h135 tNFA_PROTOCOL_MASK proto_battery_off; /* default routing - protocols battery_off */ member