HomeSort by relevance Sort by last modified time
    Searched refs:tNFA_RW_MSG (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 258 } tNFA_RW_MSG;
283 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */
290 tNFA_RW_MSG *p_buffer_rw_msg; /* Buffer to hold incoming cmd while reading tag id */
321 typedef BOOLEAN (*tNFA_RW_ACTION) (tNFA_RW_MSG *p_data);
327 extern BOOLEAN nfa_rw_handle_op_req (tNFA_RW_MSG *p_data);
328 extern BOOLEAN nfa_rw_activate_ntf (tNFA_RW_MSG *p_data);
329 extern BOOLEAN nfa_rw_deactivate_ntf (tNFA_RW_MSG *p_data);
330 extern BOOLEAN nfa_rw_presence_check_tick (tNFA_RW_MSG *p_data);
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 125 tNFA_RW_MSG msg;
159 tNFA_RW_MSG msg;
192 return (*nfa_rw_action_tbl[act_idx]) ( (tNFA_RW_MSG*) p_msg);
nfa_rw_act.c 38 static BOOLEAN nfa_rw_op_req_while_busy(tNFA_RW_MSG *p_data);
40 static void nfa_rw_presence_check (tNFA_RW_MSG *p_data);
    [all...]

Completed in 322 milliseconds