/external/qemu/distrib/sdl-1.2.12/src/file/ |
SDL_rwops.c | 272 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum) function 478 rwops->read = stdio_read;
|
/external/qemu/ |
qemu-char-android.c | 710 static void stdio_read(void *opaque) function 786 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr); [all...] |
qemu-char.c | 678 static void stdio_read(void *opaque) function 754 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr); [all...] |