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

  /external/libnfc-nci/src/nfa/cho/
nfa_cho_api.c 239 UINT8 *p_ndef,
280 memcpy (p_ndef_buf, p_ndef, ndef_len);
281 p_msg->p_ndef = p_ndef_buf;
319 UINT8 *p_ndef,
360 memcpy (p_ndef_buf, p_ndef, ndef_len);
361 p_msg->p_ndef = p_ndef_buf;
nfa_cho_sm.c 272 GKI_freebuf (p_data->api_send_hr.p_ndef);
276 GKI_freebuf (p_data->api_send_hs.p_ndef);
458 GKI_freebuf (p_data->api_send_hr.p_ndef);
462 GKI_freebuf (p_data->api_send_hs.p_ndef);
550 GKI_freebuf (p_data->api_send_hr.p_ndef);
573 GKI_freebuf (p_data->api_send_hs.p_ndef);
    [all...]
nfa_cho_util.c 785 UINT8 *p_ndef, UINT32 max_ndef_size, UINT32 *p_cur_ndef_size)
802 p_rec = p_ndef;
914 p_api_send_hr->p_ndef, p_api_send_hr->max_ndef_size,
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 108 UINT8 *p_ndef; /* NDEF message */ member in struct:__anon9167
116 UINT8 *p_ndef; /* NDEF message */ member in struct:__anon9168
125 UINT8 *p_ndef; /* NDEF message */ member in struct:__anon9169
nfa_cho_api.h 295 UINT8 *p_ndef,
318 UINT8 *p_ndef,
  /external/libnfc-nci/src/nfa/snep/
nfa_snep_default.c 173 p_data->put_req.p_ndef,
179 DispNDEFMsg (p_data->put_req.p_ndef,
184 nfa_mem_co_free (p_data->put_req.p_ndef);
nfa_snep_act.c 887 evt_data.get_resp.p_ndef = nfa_snep_cb.conn[dlink].p_ndef_buff;
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 138 UINT8 *p_ndef; member in struct:__anon9188
149 UINT8 *p_ndef; member in struct:__anon9189
  /external/libnfc-nci/src/nfc/int/
ce_int.h 127 UINT8 *p_ndef; /* the memory starting from NDEF */ member in struct:__anon9442
128 UINT16 ndef_max; /* max size of p_ndef */
129 UINT16 ndef_cur; /* current size of p_ndef */

Completed in 124 milliseconds