Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc180 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
344 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()
934 tNFA_PROTOCOL_MASK old_proto_switch_on = p_cb->proto_switch_on; in nfa_ee_api_set_proto_cfg()
942 if ((p_cb->proto_switch_on == p_data->set_proto.protocols_switch_on) && in nfa_ee_api_set_proto_cfg()
955 p_cb->proto_switch_on |= p_data->set_proto.protocols_switch_on; in nfa_ee_api_set_proto_cfg()
965 p_cb->proto_switch_on = old_proto_switch_on; in nfa_ee_api_set_proto_cfg()
974 if (p_cb->proto_switch_on | p_cb->proto_switch_off | in nfa_ee_api_set_proto_cfg()
1987 p_cb->tech_battery_off | p_cb->proto_switch_on | in nfa_ee_nci_mode_set_rsp()
1998 p_cb->proto_switch_on = p_cb->proto_switch_off = p_cb->proto_battery_off = in nfa_ee_nci_mode_set_rsp()
2679 p_cb->proto_switch_on | p_cb->proto_switch_off | in nfa_ee_update_rout()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h160 proto_switch_on; /* default routing - protocols switch_on */ member