HomeSort by relevance Sort by last modified time
    Searched defs:read_func (Results 1 - 9 of 9) 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:__anon35658
  /system/extras/simpleperf/
UnixSocket_test.cpp 58 auto read_func = [&](size_t size) { local
67 read_func(sizeof(UnixSocketMessage));
70 read_func(aligned_len);
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource); member in struct:__anon24516
  /frameworks/av/media/mtp/
AsyncIO.cpp 27 void read_func(struct aiocb *aiocbp) { function in namespace:__anon40508
143 aiocbp->thread = std::thread(read_func, aiocbp);
  /system/extras/libfec/
fec_private.h 119 typedef ssize_t (*read_func)(fec_handle *f, uint8_t *dest, size_t count, typedef
123 uint64_t offset, read_func func);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Netlink.h 111 ipa_sock_thrd_fd_read_f read_func; member in struct:__anon44439
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 377 Py_ssize_t (*read_func)(struct Unpicklerobject *, char **, Py_ssize_t); member in struct:Unpicklerobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 379 Py_ssize_t (*read_func)(struct Unpicklerobject *, char **, Py_ssize_t); member in struct:Unpicklerobject
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 377 Py_ssize_t (*read_func)(struct Unpicklerobject *, char **, Py_ssize_t); member in struct:Unpicklerobject
    [all...]

Completed in 153 milliseconds