Home
last modified time | relevance | path

Searched refs:tNFA_RW_MSG (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_rw_int.h253 } tNFA_RW_MSG; typedef
284 tNFA_RW_MSG*
295 tNFA_RW_MSG*
331 typedef bool (*tNFA_RW_ACTION)(tNFA_RW_MSG* p_data);
337 extern bool nfa_rw_handle_op_req(tNFA_RW_MSG* p_data);
338 extern bool nfa_rw_activate_ntf(tNFA_RW_MSG* p_data);
339 extern bool nfa_rw_deactivate_ntf(tNFA_RW_MSG* p_data);
340 extern bool nfa_rw_presence_check_tick(tNFA_RW_MSG* p_data);
341 extern bool nfa_rw_presence_check_timeout(tNFA_RW_MSG* p_data);
/system/nfc/src/nfa/rw/
Dnfa_rw_main.cc177 tNFA_RW_MSG msg; in nfa_rw_proc_disc_evt()
209 tNFA_RW_MSG* p_msg; in nfa_rw_send_raw_frame()
211 p_msg = (tNFA_RW_MSG*)GKI_getbuf((uint16_t)sizeof(tNFA_RW_MSG)); in nfa_rw_send_raw_frame()
244 return (*nfa_rw_action_tbl[act_idx])((tNFA_RW_MSG*)p_msg); in nfa_rw_handle_event()
Dnfa_rw_act.cc49 static bool nfa_rw_op_req_while_busy(tNFA_RW_MSG* p_data);
50 static bool nfa_rw_op_req_while_inactive(tNFA_RW_MSG* p_data);
52 static void nfa_rw_presence_check(tNFA_RW_MSG* p_data);
1764 static bool nfa_rw_write_ndef(tNFA_RW_MSG* p_data) { in nfa_rw_write_ndef()
1827 void nfa_rw_presence_check(tNFA_RW_MSG* p_data) { in nfa_rw_presence_check()
1916 bool nfa_rw_presence_check_tick(__attribute__((unused)) tNFA_RW_MSG* p_data) { in nfa_rw_presence_check_tick()
1939 tNFA_RW_MSG* p_data) { in nfa_rw_presence_check_timeout()
2096 static bool nfa_rw_t1t_read(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_read()
2115 static bool nfa_rw_t1t_write(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_write()
2147 static bool nfa_rw_t1t_rseg(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_rseg()
[all …]