Searched defs:tNFA_RW_MSG (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h262 } tNFA_RW_MSG; typedef in typeref:union:__anon24234
288 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */
298 tNFA_RW_MSG *p_buffer_rw_msg; /* Buffer to hold incoming cmd while reading tag id */
334 typedef BOOLEAN (*tNFA_RW_ACTION) (tNFA_RW_MSG *p_data);
340 extern BOOLEAN nfa_rw_handle_op_req (tNFA_RW_MSG *p_data);
341 extern BOOLEAN nfa_rw_activate_ntf (tNFA_RW_MSG *p_data);
342 extern BOOLEAN nfa_rw_deactivate_ntf (tNFA_RW_MSG *p_data);
343 extern BOOLEAN nfa_rw_presence_check_tick (tNFA_RW_MSG *p_data);
344 extern BOOLEAN nfa_rw_presence_check_timeout (tNFA_RW_MSG *p_data);

Completed in 169 milliseconds