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

  /external/wpa_supplicant_8/src/wps/
wps_nfc.c 55 raw_data = data->oob_nfc_dev->read_func(&len);
108 .read_func = read_nfc,
wps_nfc_pn531.c 104 .read_func = read_nfc_pn531,
wps_ufd.c 227 .read_func = read_ufd,
wps.h 772 struct wpabuf * (*read_func)(void *); member in struct:oob_device_data
779 void * (*read_func)(size_t *); member in struct:oob_nfc_device_data
wps_common.c 518 data = oob_dev->read_func(oob_priv);
  /external/grub/stage2/
filesys.h 152 int (*read_func) (char *buf, int len); member in struct:fsys_entry
disk_io.c     [all...]
builtins.c 3092 read_func (char *arg, int flags) function
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon14395
vorbisfile.c 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon9661
  /external/libvorbis/lib/
vorbisfile.c 69 if(!(vf->callbacks.read_func))return(-1);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
    [all...]

Completed in 518 milliseconds