Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc186 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
357 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()
1050 tNFA_PROTOCOL_MASK old_proto_switch_off = p_cb->proto_switch_off; in nfa_ee_api_set_proto_cfg()
1058 (p_cb->proto_switch_off == p_data->set_proto.protocols_switch_off) && in nfa_ee_api_set_proto_cfg()
1071 p_cb->proto_switch_off |= p_data->set_proto.protocols_switch_off; in nfa_ee_api_set_proto_cfg()
1081 p_cb->proto_switch_off = old_proto_switch_off; in nfa_ee_api_set_proto_cfg()
1089 if (p_cb->proto_switch_on | p_cb->proto_switch_off | in nfa_ee_api_set_proto_cfg()
1117 tNFA_TECHNOLOGY_MASK old_proto_switch_off = p_cb->proto_switch_off; in nfa_ee_api_clear_proto_cfg()
1124 p_cb->proto_switch_off &= ~p_data->clear_proto.protocols_switch_off; in nfa_ee_api_clear_proto_cfg()
1131 (p_cb->proto_switch_off == old_proto_switch_off) && in nfa_ee_api_clear_proto_cfg()
[all …]
/system/nfc/src/nfa/include/
Dnfa_ee_int.h168 proto_switch_off; /* default routing - protocols switch_off */ member