Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dce_api.h60 uint8_t aid_handle; member
183 extern void CE_T4tDeregisterAID(tCE_T4T_AID_HANDLE aid_handle);
/system/nfc/src/nfc/tags/
Dce_t4t.cc446 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_process_select_app_cmd()
477 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE; in ce_t4t_process_select_app_cmd()
624 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_data_cback()
640 ce_data.raw_frame.aid_handle = CE_T4T_WILDCARD_AID_HANDLE; in ce_t4t_data_cback()
962 extern void CE_T4tDeregisterAID(tCE_T4T_AID_HANDLE aid_handle) { in CE_T4tDeregisterAID() argument
965 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("handle 0x%02x", aid_handle); in CE_T4tDeregisterAID()
968 if (aid_handle == CE_T4T_WILDCARD_AID_HANDLE) { in CE_T4tDeregisterAID()
978 if ((aid_handle >= CE_T4T_MAX_REG_AID) || in CE_T4tDeregisterAID()
979 (p_t4t->reg_aid[aid_handle].aid_len == 0)) { in CE_T4tDeregisterAID()
982 p_t4t->reg_aid[aid_handle].aid_len = 0; in CE_T4tDeregisterAID()
[all …]
/system/nfc/src/nfa/ce/
Dnfa_ce_act.cc225 p_ce_data->raw_frame.aid_handle)) { in nfa_ce_handle_t4t_aid_evt()
263 p_ce_data->raw_frame.aid_handle); in nfa_ce_handle_t4t_aid_evt()