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

  /system/nfc/src/nfa/rw/
nfa_rw_main.c 115 tNFA_RW_MSG msg;
147 tNFA_RW_MSG* p_msg;
149 p_msg = (tNFA_RW_MSG*)GKI_getbuf((uint16_t)sizeof(tNFA_RW_MSG));
187 return (*nfa_rw_action_tbl[act_idx])((tNFA_RW_MSG*)p_msg);
nfa_rw_act.c 39 static bool nfa_rw_op_req_while_busy(tNFA_RW_MSG* p_data);
41 static void nfa_rw_presence_check(tNFA_RW_MSG* p_data);
43 static bool nfa_rw_detect_ndef(tNFA_RW_MSG* p_data);
    [all...]
  /system/nfc/src/nfa/int/
nfa_rw_int.h 237 } tNFA_RW_MSG;
268 tNFA_RW_MSG*
279 tNFA_RW_MSG*
314 typedef bool (*tNFA_RW_ACTION)(tNFA_RW_MSG* p_data);
320 extern bool nfa_rw_handle_op_req(tNFA_RW_MSG* p_data);
321 extern bool nfa_rw_activate_ntf(tNFA_RW_MSG* p_data);
322 extern bool nfa_rw_deactivate_ntf(tNFA_RW_MSG* p_data);
323 extern bool nfa_rw_presence_check_tick(tNFA_RW_MSG* p_data);
324 extern bool nfa_rw_presence_check_timeout(tNFA_RW_MSG* p_data);

Completed in 60 milliseconds