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

  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 120 tRW_DATA data;
382 void nfa_dta_t1t_rw_cback (UINT8 event, tRW_DATA *p_data);
383 void nfa_dta_t2t_rw_cback (UINT8 event, tRW_DATA *p_data);
384 void nfa_dta_t3t_rw_cback (UINT8 event, tRW_DATA *p_data);
385 void nfa_dta_t4t_rw_cback (UINT8 event, tRW_DATA *p_data);
407 void nfa_dta_emvco_pcd_cback (UINT8 event, tRW_DATA *p_data);
  /external/libnfc-nci/src/nfc/include/
rw_api.h 252 } tRW_DATA;
255 typedef void (tRW_CBACK) (tRW_EVENT event, tRW_DATA *p_data);
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 69 static void nfa_rw_store_ndef_rx_buf (tRW_DATA *p_rw_data)
92 static void nfa_rw_send_data_to_upper (tRW_DATA *p_rw_data)
182 static void nfa_rw_handle_ndef_detect(tRW_EVENT event, tRW_DATA *p_rw_data)
299 static void nfa_rw_handle_tlv_detect(tRW_EVENT event, tRW_DATA *p_rw_data)
468 static void nfa_rw_handle_t1t_evt (tRW_EVENT event, tRW_DATA *p_rw_data)
625 static void nfa_rw_handle_t2t_evt (tRW_EVENT event, tRW_DATA *p_rw_data)
744 static void nfa_rw_handle_t3t_evt (tRW_EVENT event, tRW_DATA *p_rw_data)
868 static void nfa_rw_handle_t4t_evt (tRW_EVENT event, tRW_DATA *p_rw_data)
    [all...]

Completed in 39 milliseconds