Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/int/
Dtags_int.h79 extern UINT8 t1t_info_to_evt (const tT1T_CMD_RSP_INFO * p_info);
Drw_int.h600 #define rw_t1t_handle_rsp(p, a, b, c) t1t_info_to_evt (p)
601 #define rw_t1t_info_to_event(p) t1t_info_to_evt (p)
/external/libnfc-nci/src/nfc/tags/
Dtags_int.c234 UINT8 t1t_info_to_evt (const tT1T_CMD_RSP_INFO * p_info) in t1t_info_to_evt() function
Drw_t1t_ndef.c85 return t1t_info_to_evt (p_info); in rw_t1t_handle_rsp()
162 rw_event = t1t_info_to_evt (p_info); in rw_t1t_info_to_event()