Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_main.cc167 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
174 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
182 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()
183 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()
192 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
197 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()
198 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()
249 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.cc488 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_add_sys_code_route_to_ecb()
975 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_TECH; in nfa_ee_api_set_tech_cfg()
1030 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_TECH; in nfa_ee_api_clear_tech_cfg()
1089 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_PROTO; in nfa_ee_api_set_proto_cfg()
1144 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_PROTO; in nfa_ee_api_clear_proto_cfg()
1241 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_add_aid()
1282 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_remove_aid()
1285 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_api_remove_aid()
1408 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_SYSCODE; in nfa_ee_api_add_sys_code()
1449 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_SYSCODE; in nfa_ee_api_remove_sys_code()
[all …]
/system/nfc/src/nfa/include/
Dnfa_ee_int.h206 tNFA_EE_ECB_FLAGS ecb_flags; /* the flags of this control block */ member