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.cc416 ce_cb.mem.t4t.selected_aid_idx = CE_T4T_MAX_REG_AID; in ce_t4t_process_select_app_cmd()
421 ce_cb.mem.t4t.selected_aid_idx = xx; in ce_t4t_process_select_app_cmd()
427 if (ce_cb.mem.t4t.selected_aid_idx < CE_T4T_MAX_REG_AID) { in ce_t4t_process_select_app_cmd()
437 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[0], in ce_t4t_process_select_app_cmd()
438 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[1], in ce_t4t_process_select_app_cmd()
439 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[2], in ce_t4t_process_select_app_cmd()
440 ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].aid[3]); in ce_t4t_process_select_app_cmd()
444 ce_data.raw_frame.aid_handle = ce_cb.mem.t4t.selected_aid_idx; in ce_t4t_process_select_app_cmd()
448 (*(ce_cb.mem.t4t.reg_aid[ce_cb.mem.t4t.selected_aid_idx].p_cback))( in ce_t4t_process_select_app_cmd()
623 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