Home
last modified time | relevance | path

Searched refs:t1t (Results 1 – 10 of 10) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t.cc65 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_data_cback()
72 (tT1T_CMD_RSP_INFO*)rw_cb.tcb.t1t.p_cmd_rsp_info; in rw_t1t_data_cback()
225 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_conn_cback()
326 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_send_static_cmd()
386 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_send_dyn_cmd()
450 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rid_rsp()
495 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_select()
529 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_process_timeout()
533 (rw_cb.tcb.t1t.p_cmd_rsp_info)->opcode); in rw_t1t_process_timeout()
574 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_process_error()
[all …]
Drw_t1t_ndef.cc91 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rsp()
133 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_info_to_event()
189 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_extract_lock_bytes()
191 (tT1T_CMD_RSP_INFO*)rw_cb.tcb.t1t.p_cmd_rsp_info; in rw_t1t_extract_lock_bytes()
247 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_update_tag_state()
288 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_read_locks()
336 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_write_rsp()
357 if (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0 || in rw_t1t_handle_write_rsp()
358 rw_cb.tcb.t1t.hr[1] >= RW_T1T_HR1_MIN) in rw_t1t_handle_write_rsp()
581 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_read_rsp()
[all …]
Dtags_int.cc113 if ((xx < T1T_STATIC_OPCODES) || (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0)) in t1t_cmd_to_rsp_info()
Drw_main.cc226 nfc_stop_quick_timer(&rw_cb.tcb.t1t.timer); in RW_SetActivatedTagType()
/system/nfc/src/nfa/rw/
Dnfa_rw_main.cc102 p_t1t = &rw_cb.tcb.t1t; in nfa_rw_sys_disable()
Dnfa_rw_act.cc559 STREAM_TO_ARRAY(tag_params.t1t.hr, p_rid_rsp, T1T_HR_LEN); in nfa_rw_handle_t1t_evt()
561 STREAM_TO_ARRAY(tag_params.t1t.uid, p_rid_rsp, T1T_CMD_UID_LEN); in nfa_rw_handle_t1t_evt()
2634 memcpy(tag_params.t1t.uid, p_activate_params->rf_tech_param.param.pa.nfcid1, in nfa_rw_activate_ntf()
2638 memcpy(tag_params.t1t.hr, p_activate_params->rf_tech_param.param.pa.hr, in nfa_rw_activate_ntf()
2641 memcpy(tag_params.t1t.hr, in nfa_rw_activate_ntf()
/system/nfc/src/fuzzers/rw/
Dt1t.cc115 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in Init_ReadNdef()
/system/nfc/src/nfa/include/
Dnfa_api.h381 tNFA_T1T_PARAMS t1t; /* HR and UID of T1T */ member
/system/nfc/src/nfc/include/
Drw_int.h822 tRW_T1T_CB t1t; member
/system/nfc/src/nfa/dm/
Dnfa_dm_act.cc1754 nfcid_len = sizeof(p_params->t1t.uid); in nfa_dm_notify_activation_status()
1755 p_nfcid = p_params->t1t.uid; in nfa_dm_notify_activation_status()