Home
last modified time | relevance | path

Searched refs:tT2T_CMD_RSP_INFO (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/int/
Dtags_int.h70 } tT2T_CMD_RSP_INFO; typedef
82 extern const tT2T_CMD_RSP_INFO t2t_cmd_rsp_infos[];
83 extern const tT2T_CMD_RSP_INFO * t2t_cmd_to_rsp_info (UINT8 opcode);
84 extern UINT8 t2t_info_to_evt (const tT2T_CMD_RSP_INFO * p_info);
89 extern const char * t2t_info_to_str (const tT2T_CMD_RSP_INFO * p_info);
Drw_int.h307tT2T_CMD_RSP_INFO *p_cmd_rsp_info; /* Pointer to Command rsp info of last sen…
612 extern tRW_EVENT rw_t2t_info_to_event (const tT2T_CMD_RSP_INFO *p_info);
/external/libnfc-nci/src/nfc/tags/
Dtags_int.c65 const tT2T_CMD_RSP_INFO t2t_cmd_rsp_infos[] =
208 const tT2T_CMD_RSP_INFO * t2t_cmd_to_rsp_info (UINT8 opcode) in t2t_cmd_to_rsp_info()
210 const tT2T_CMD_RSP_INFO *p_ret = NULL, *p; in t2t_cmd_to_rsp_info()
248 UINT8 t2t_info_to_evt (const tT2T_CMD_RSP_INFO * p_info) in t2t_info_to_evt()
281 const char * t2t_info_to_str (const tT2T_CMD_RSP_INFO * p_info) in t2t_info_to_str()
Drw_t2t.c69 tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_proc_data()
372 const tT2T_CMD_RSP_INFO *p_cmd_rsp_info = t2t_cmd_to_rsp_info (opcode); in rw_t2t_send_cmd()
382 p_t2t->p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) p_cmd_rsp_info; in rw_t2t_send_cmd()
522 tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_process_error()
642 const tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_resume_op()
650 p_t2t->p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) p_cmd_rsp_info; in rw_t2t_resume_op()
Drw_t2t_ndef.c174 tRW_EVENT rw_t2t_info_to_event (const tT2T_CMD_RSP_INFO *p_info) in rw_t2t_info_to_event()
438 tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_handle_tlv_detect_rsp()