Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc194 if (p_cb->proto_screen_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
375 if (p_cb->proto_screen_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()
1053 tNFA_PROTOCOL_MASK old_proto_screen_off = p_cb->proto_screen_off; in nfa_ee_api_set_proto_cfg()
1061 (p_cb->proto_screen_off == p_data->set_proto.protocols_screen_off) && in nfa_ee_api_set_proto_cfg()
1074 p_cb->proto_screen_off |= p_data->set_proto.protocols_screen_off; in nfa_ee_api_set_proto_cfg()
1084 p_cb->proto_screen_off = old_proto_screen_off; in nfa_ee_api_set_proto_cfg()
1091 p_cb->proto_screen_off | p_cb->proto_screen_off_lock) { in nfa_ee_api_set_proto_cfg()
1120 tNFA_TECHNOLOGY_MASK old_proto_screen_off = p_cb->proto_screen_off; in nfa_ee_api_clear_proto_cfg()
1127 p_cb->proto_screen_off &= ~p_data->clear_proto.protocols_screen_off; in nfa_ee_api_clear_proto_cfg()
1134 (p_cb->proto_screen_off == old_proto_screen_off) && in nfa_ee_api_clear_proto_cfg()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h174 proto_screen_off; /* default routing - protocols screen_off */ member