Home
last modified time | relevance | path

Searched refs:IoLooper (Results 1 – 7 of 7) sorted by relevance

/external/qemu/
Diolooper.h8 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 …]
Diolooper-select.c13 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 …]
Daio-android.c147 IoLooper* looper; in qemu_aio_wait()
/external/qemu/android/
Dsync-utils.c34 IoLooper* iolooper;
56 IoLooper* looper; in syncsocket_connect()
Dlooper-generic.c272 IoLooper* iolooper;
366 IoLooper* iol = looper->iolooper; in glooper_run()
Dandroid-device.c155 IoLooper* io_looper;
354 AINLINED IoLooper*
/external/qemu/proxy/
Dproxy_common.c542 IoLooper* looper; in proxy_check_connection()