Home
last modified time | relevance | path

Searched refs:rw_t1t_info_to_event (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/include/
Drw_int.h765 extern tRW_EVENT rw_t1t_info_to_event(const tT1T_CMD_RSP_INFO* p_info);
768 #define rw_t1t_info_to_event(p) t1t_info_to_evt(p) macro
/system/nfc/src/nfc/tags/
Drw_t1t.cc628 rw_event = rw_t1t_info_to_event(p_cmd_rsp_info); in rw_t1t_process_error()
Drw_t1t_ndef.cc99 rw_event = rw_t1t_info_to_event(p_info); in rw_t1t_handle_rsp()
131 tRW_EVENT rw_t1t_info_to_event(const tT1T_CMD_RSP_INFO* p_info) { in rw_t1t_info_to_event() function