Home
last modified time | relevance | path

Searched refs:t1t_info_to_evt (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/include/
Dtags_int.h76 extern uint8_t t1t_info_to_evt(const tT1T_CMD_RSP_INFO* p_info);
Drw_int.h774 #define rw_t1t_handle_rsp(p, a, b, c) t1t_info_to_evt(p)
775 #define rw_t1t_info_to_event(p) t1t_info_to_evt(p)
/system/nfc/src/nfc/tags/
Dtags_int.cc206 uint8_t t1t_info_to_evt(const tT1T_CMD_RSP_INFO* p_info) { in t1t_info_to_evt() function
Drw_t1t_ndef.cc96 return t1t_info_to_evt(p_info); in rw_t1t_handle_rsp()
164 rw_event = t1t_info_to_evt(p_info); in rw_t1t_info_to_event()