Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dtags_int.h83 extern uint8_t t2t_info_to_evt(const tT2T_CMD_RSP_INFO* p_info);
Drw_int.h792 #define rw_t2t_info_to_event(p) t2t_info_to_evt(p)
/system/nfc/src/nfc/tags/
Dtags_int.cc220 uint8_t t2t_info_to_evt(const tT2T_CMD_RSP_INFO* p_info) { in t2t_info_to_evt() function
Drw_t2t_ndef.cc201 rw_event = t2t_info_to_evt(p_info); in rw_t2t_info_to_event()