Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc100 const uint8_t nfa_ee_proto_mask_list[NFA_EE_NUM_PROTO] = { variable
185 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
187 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
189 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
193 if (p_cb->proto_screen_lock & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
195 if (p_cb->proto_screen_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
197 if (p_cb->proto_screen_off_lock & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
204 nfa_ee_proto_mask_list[xx] == NFA_PROTOCOL_MASK_NFC_DEP)) { in nfa_ee_update_route_size()
356 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()
358 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()
[all …]