Searched refs:IoLooper (Results 1 - 6 of 6) sorted by relevance

/external/qemu/
H A Diolooper.h8 typedef struct IoLooper IoLooper; typedef in typeref:struct:IoLooper
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* io
[all...]
H A Diolooper-select.c13 struct IoLooper { struct
22 IoLooper*
25 IoLooper* iol = malloc(sizeof(*iol));
31 iolooper_free( IoLooper* iol )
37 iolooper_reset( IoLooper* iol )
46 iolooper_add_fd( IoLooper* iol, int fd )
54 iolooper_del_fd( IoLooper* iol, int fd )
61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags )
84 iolooper_fd_count( IoLooper* iol )
106 iolooper_add_read( IoLooper* io
[all...]
H A Daio-android.c147 IoLooper* looper;
/external/qemu/android/
H A Dsync-utils.c34 IoLooper* iolooper;
56 IoLooper* looper;
65 // Connected. Create IoLooper for the helper.
H A Dlooper-generic.c272 IoLooper* iolooper;
366 IoLooper* iol = looper->iolooper;
/external/qemu/proxy/
H A Dproxy_common.c542 IoLooper* looper;
565 /* Ok, create an IoLooper object to wait for the connection */

Completed in 425 milliseconds