Searched refs:IoLooper (Results 1 – 7 of 7) sorted by relevance
/external/qemu/ |
D | iolooper.h | 8 typedef struct IoLooper IoLooper; typedef 10 IoLooper* iolooper_new(void); 11 void iolooper_free( IoLooper* iol ); 12 void iolooper_reset( IoLooper* iol ); 14 void iolooper_add_read( IoLooper* iol, int fd ); 15 void iolooper_add_write( IoLooper* iol, int fd ); 16 void iolooper_del_read( IoLooper* iol, int fd ); 17 void iolooper_del_write( IoLooper* iol, int fd ); 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags); 25 int iolooper_poll( IoLooper* iol ); [all …]
|
D | iolooper-select.c | 13 struct IoLooper { struct 22 IoLooper* argument 25 IoLooper* iol = malloc(sizeof(*iol)); in iolooper_new() 31 iolooper_free( IoLooper* iol ) in iolooper_free() 37 iolooper_reset( IoLooper* iol ) in iolooper_reset() 46 iolooper_add_fd( IoLooper* iol, int fd ) in iolooper_add_fd() 54 iolooper_del_fd( IoLooper* iol, int fd ) in iolooper_del_fd() 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify() 84 iolooper_fd_count( IoLooper* iol ) in iolooper_fd_count() 106 iolooper_add_read( IoLooper* iol, int fd ) in iolooper_add_read() [all …]
|
D | aio-android.c | 147 IoLooper* looper; in qemu_aio_wait()
|
/external/qemu/android/ |
D | sync-utils.c | 34 IoLooper* iolooper; 56 IoLooper* looper; in syncsocket_connect()
|
D | looper-generic.c | 272 IoLooper* iolooper; 366 IoLooper* iol = looper->iolooper; in glooper_run()
|
D | android-device.c | 155 IoLooper* io_looper; 354 AINLINED IoLooper*
|
/external/qemu/proxy/ |
D | proxy_common.c | 542 IoLooper* looper; in proxy_check_connection()
|