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

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_main.c126 tNFA_RW_MSG msg;
160 tNFA_RW_MSG *p_msg;
162 if ((p_msg = (tNFA_RW_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_RW_MSG))) != NULL)
199 return (*nfa_rw_action_tbl[act_idx]) ( (tNFA_RW_MSG*) p_msg);
H A Dnfa_rw_act.c40 static BOOLEAN nfa_rw_op_req_while_busy(tNFA_RW_MSG *p_data);
42 static void nfa_rw_presence_check (tNFA_RW_MSG *p_data);
44 static BOOLEAN nfa_rw_detect_ndef(tNFA_RW_MSG *p_data);
1575 static BOOLEAN nfa_rw_detect_ndef(tNFA_RW_MSG *p_data)
1664 static BOOLEAN nfa_rw_read_ndef(tNFA_RW_MSG *p_data)
1710 static BOOLEAN nfa_rw_write_ndef(tNFA_RW_MSG *p_data)
1780 void nfa_rw_presence_check (tNFA_RW_MSG *p_data)
1921 BOOLEAN nfa_rw_presence_check_tick(tNFA_RW_MSG *p_data)
1943 BOOLEAN nfa_rw_presence_check_timeout (tNFA_RW_MSG *p_data)
1958 static void nfa_rw_format_tag (tNFA_RW_MSG *p_dat
[all...]
/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 496 milliseconds