Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/int/
Dtags_int.h84 extern UINT8 t2t_info_to_evt (const tT2T_CMD_RSP_INFO * p_info);
Drw_int.h615 #define rw_t2t_info_to_event(p) t2t_info_to_evt (p)
/external/libnfc-nci/src/nfc/tags/
Dtags_int.c248 UINT8 t2t_info_to_evt (const tT2T_CMD_RSP_INFO * p_info) in t2t_info_to_evt() function
Drw_t2t_ndef.c210 rw_event = t2t_info_to_evt (p_info); in rw_t2t_info_to_event()