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

  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 127 tRW_DATA data;
384 void nfa_dta_t1t_rw_cback (UINT8 event, tRW_DATA *p_data);
385 void nfa_dta_t2t_rw_cback (UINT8 event, tRW_DATA *p_data);
386 void nfa_dta_t3t_rw_cback (UINT8 event, tRW_DATA *p_data);
387 void nfa_dta_t4t_rw_cback (UINT8 event, tRW_DATA *p_data);
414 void nfa_dta_emvco_pcd_cback (UINT8 event, tRW_DATA *p_data);
nfa_rw_int.h 316 tRW_DATA rw_data; /* Event Data from stack after NACK response */
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 43 static void nfa_rw_handle_t2t_evt (tRW_EVENT event, tRW_DATA *p_rw_data);
45 static void nfa_rw_cback (tRW_EVENT event, tRW_DATA *p_rw_data);
74 static void nfa_rw_store_ndef_rx_buf (tRW_DATA *p_rw_data)
97 static void nfa_rw_send_data_to_upper (tRW_DATA *p_rw_data)
195 static void nfa_rw_handle_ndef_detect(tRW_EVENT event, tRW_DATA *p_rw_data)
311 static void nfa_rw_handle_tlv_detect(tRW_EVENT event, tRW_DATA *p_rw_data)
557 static void nfa_rw_handle_t1t_evt (tRW_EVENT event, tRW_DATA *p_rw_data)
713 static void nfa_rw_handle_t2t_evt (tRW_EVENT event, tRW_DATA *p_rw_data)
726 memcpy (&nfa_rw_cb.rw_data, p_rw_data, sizeof (tRW_DATA));
860 static void nfa_rw_handle_t3t_evt (tRW_EVENT event, tRW_DATA *p_rw_data
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 259 } tRW_DATA;
262 typedef void (tRW_CBACK) (tRW_EVENT event, tRW_DATA *p_data);
    [all...]

Completed in 338 milliseconds