Searched refs:stdio_read (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/nestegg/test/
H A Dtest.c18 stdio_read(void * p, size_t length, void * fp) function
89 stdio_read,
/external/qemu/distrib/sdl-1.2.12/src/file/
H A DSDL_rwops.c272 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum) function
478 rwops->read = stdio_read;
/external/qemu/
H A Dqemu-char-android.c710 static void stdio_read(void *opaque) function
786 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr);
H A Dqemu-char.c678 static void stdio_read(void *opaque) function
754 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr);

Completed in 74 milliseconds