Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Dce_t4t.cc413 ce_cb.mem.t4t.selected_aid_idx = CE_T4T_MAX_REG_AID; in ce_t4t_process_select_app_cmd()
418 ce_cb.mem.t4t.selected_aid_idx = xx; in ce_t4t_process_select_app_cmd()
424 if (ce_cb.mem.t4t.selected_aid_idx < CE_T4T_MAX_REG_AID) { in ce_t4t_process_select_app_cmd()
434 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[0], in ce_t4t_process_select_app_cmd()
435 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[1], in ce_t4t_process_select_app_cmd()
436 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[2], in ce_t4t_process_select_app_cmd()
437 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[3]); in ce_t4t_process_select_app_cmd()
441 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_process_select_app_cmd()
445 (*(ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].p_cback))( in ce_t4t_process_select_app_cmd()
619 if (ce_cb.mem.t4t.selected_aid_idx < CE_T4T_MAX_REG_AID) { in ce_t4t_data_cback()
[all …]
/system/nfc/src/nfc/include/
Dce_int.h116 uint8_t selected_aid_idx; member