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.cc169 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
176 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
184 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()
185 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()
194 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()
199 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()
200 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()
251 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.cc531 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_add_sys_code_route_to_ecb()
1018 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_TECH; in nfa_ee_api_set_tech_cfg()
1073 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_TECH; in nfa_ee_api_clear_tech_cfg()
1132 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_PROTO; in nfa_ee_api_set_proto_cfg()
1187 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_PROTO; in nfa_ee_api_clear_proto_cfg()
1284 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_add_aid()
1325 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_remove_aid()
1328 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_api_remove_aid()
1451 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_SYSCODE; in nfa_ee_api_add_sys_code()
1492 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.h209 tNFA_EE_ECB_FLAGS ecb_flags; /* the flags of this control block */ member