Searched refs:t1t (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t.c | 60 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_data_cback() 66 … tT1T_CMD_RSP_INFO *p_cmd_rsp_info = (tT1T_CMD_RSP_INFO *) rw_cb.tcb.t1t.p_cmd_rsp_info; in rw_t1t_data_cback() 219 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_conn_cback() 320 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_send_static_cmd() 380 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_send_dyn_cmd() 447 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rid_rsp() 494 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() 532 …ommand (opcode)=0x%02x ", rw_t1t_get_state_name (p_t1t->state), (rw_cb.tcb.t1t.p_cmd_rsp_info)->op… in rw_t1t_process_timeout() 534 …RW_TRACE_ERROR2 ("T1T timeout. state=0x%02x command=0x%02x ", p_t1t->state, (rw_cb.tcb.t1t.p_cmd_r… in rw_t1t_process_timeout() [all …]
|
D | rw_t1t_ndef.c | 79 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rsp() 130 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_info_to_event() 187 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_extract_lock_bytes() 188 tT1T_CMD_RSP_INFO *p_cmd_rsp_info = (tT1T_CMD_RSP_INFO *) rw_cb.tcb.t1t.p_cmd_rsp_info; in rw_t1t_extract_lock_bytes() 257 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_update_tag_state() 305 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_read_locks() 361 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_write_rsp() 384 if (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0 || rw_cb.tcb.t1t.hr[1] >= RW_T1T_HR1_MIN) in rw_t1t_handle_write_rsp() 607 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_read_rsp() 816 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_dyn_read_rsp() [all …]
|
D | tags_int.c | 131 if ((xx < T1T_STATIC_OPCODES) || (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0)) in t1t_cmd_to_rsp_info()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | analyze5.test | 50 CREATE INDEX t1t ON t1(t); -- 0.5, 1.5, 2.5, and 3.5 78 db eval {SELECT sample from sqlite_stat2 WHERE idx='t1t' ORDER BY sampleno}
|
D | trigger1.test | 209 create trigger t1t instead of update on t1 for each row begin
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 549 tRW_T1T_CB t1t; member
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_api.h | 309 tNFA_T1T_PARAMS t1t; /* HR and UID of T1T */ member
|
/external/libnfc-nci/src/nfa/rw/ |
D | nfa_rw_act.c | 2551 … memcpy (tag_params.t1t.hr, p_activate_params->intf_param.intf_param.frame.param, NFA_T1T_HR_LEN); in nfa_rw_activate_ntf() 2552 …memcpy (tag_params.t1t.uid, p_activate_params->rf_tech_param.param.pa.nfcid1, p_activate_params->r… in nfa_rw_activate_ntf()
|