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

  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon19071
vorbisfile.c 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
    [all...]
  /art/runtime/base/unix_file/
fd_file.cc 186 template <ssize_t (*read_func)(int, void*, size_t, off_t)>
190 ssize_t bytes_read = TEMP_FAILURE_RETRY(read_func(fd, ptr, byte_count, offset));
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon13661
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]

Completed in 1036 milliseconds