Searched refs:stdio_read (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/file/ |
D | SDL_rwops.c | 272 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum) in stdio_read() function 478 rwops->read = stdio_read; in SDL_RWFromFP()
|
/external/qemu/ |
D | qemu-char.c | 678 static void stdio_read(void *opaque) in stdio_read() function 754 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr); in qemu_chr_open_stdio()
|
D | qemu-char-android.c | 710 static void stdio_read(void *opaque) in stdio_read() function 786 qemu_set_fd_handler2(0, stdio_read_poll, stdio_read, NULL, chr); in qemu_chr_open_stdio()
|