Home
last modified time | relevance | path

Searched refs:tRW_EVENT (Results 1 – 10 of 10) sorted by relevance

/system/nfc/src/nfc/int/
Drw_int.h733 extern tRW_EVENT rw_t1t_handle_rsp(const tT1T_CMD_RSP_INFO* p_info,
736 extern tRW_EVENT rw_t1t_info_to_event(const tT1T_CMD_RSP_INFO* p_info);
753 extern tRW_EVENT rw_t2t_info_to_event(const tT2T_CMD_RSP_INFO* p_info);
/system/nfc/src/nfa/rw/
Dnfa_rw_act.c42 static void nfa_rw_handle_t2t_evt(tRW_EVENT event, tRW_DATA* p_rw_data);
44 static void nfa_rw_cback(tRW_EVENT event, tRW_DATA* p_rw_data);
189 static void nfa_rw_handle_ndef_detect(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_ndef_detect()
300 static void nfa_rw_handle_tlv_detect(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_tlv_detect()
373 tRW_EVENT event; in nfa_rw_handle_sleep_wakeup_rsp()
523 static void nfa_rw_handle_t1t_evt(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_t1t_evt()
700 static void nfa_rw_handle_t2t_evt(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_t2t_evt()
846 static void nfa_rw_handle_t3t_evt(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_t3t_evt()
975 static void nfa_rw_handle_t4t_evt(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_t4t_evt()
1108 static void nfa_rw_handle_i93_evt(tRW_EVENT event, tRW_DATA* p_rw_data) { in nfa_rw_handle_i93_evt()
[all …]
/system/nfc/src/nfc/include/
Drw_api.h129 typedef uint8_t tRW_EVENT; typedef
264 typedef void(tRW_CBACK)(tRW_EVENT event, tRW_DATA* p_data);
/system/nfc/src/nfc/tags/
Drw_t1t.c36 static tRW_EVENT rw_t1t_handle_rid_rsp(NFC_HDR* p_pkt);
60 tRW_EVENT rw_event = RW_RAW_FRAME_EVT; in rw_t1t_data_cback()
447 static tRW_EVENT rw_t1t_handle_rid_rsp(NFC_HDR* p_pkt) { in rw_t1t_handle_rid_rsp()
578 tRW_EVENT rw_event; in rw_t1t_process_error()
Drw_t2t.c59 tRW_EVENT rw_event = RW_RAW_FRAME_EVT; in rw_t2t_proc_data()
484 tRW_EVENT rw_event; in rw_t2t_process_error()
595 tRW_EVENT event; in rw_t2t_resume_op()
Drw_t1t_ndef.c82 tRW_EVENT rw_t1t_handle_rsp(const tT1T_CMD_RSP_INFO* p_info, bool* p_notify, in rw_t1t_handle_rsp()
84 tRW_EVENT rw_event; in rw_t1t_handle_rsp()
125 tRW_EVENT rw_t1t_info_to_event(const tT1T_CMD_RSP_INFO* p_info) { in rw_t1t_info_to_event()
126 tRW_EVENT rw_event; in rw_t1t_info_to_event()
Drw_t2t_ndef.c160 tRW_EVENT rw_t2t_info_to_event(const tT2T_CMD_RSP_INFO* p_info) { in rw_t2t_info_to_event()
161 tRW_EVENT rw_event; in rw_t2t_info_to_event()
395 tRW_EVENT event; in rw_t2t_handle_tlv_detect_rsp()
Drw_t4t.c1001 tRW_EVENT event; in rw_t4t_handle_error()
Drw_i93.c2555 tRW_EVENT event; in rw_i93_handle_error()
/system/nfc/src/nfa/int/
Dnfa_rw_int.h297 tRW_EVENT halt_event; /* Event ID from stack after NACK response */