HomeSort by relevance Sort by last modified time
    Searched refs:LoopIo (Results 1 - 11 of 11) sorted by null

  /external/qemu/android/
async-console.h 27 LoopIo* io;
40 LoopIo* io);
async-utils.h 46 * 2/ call asyncReader_read(ar, io), where 'io' is a LoopIo whenever
54 LoopIo* io;
65 LoopIo* io);
95 LoopIo* io;
106 LoopIo* io);
139 LoopIo* io;
157 LoopIo* io);
217 LoopIo* io;
223 LoopIo* io);
looper.h 87 typedef struct LoopIo LoopIo;
93 void (*io_init) (Looper* looper, LoopIo* io, int fd, LoopIoFunc callback, void* opaque);
192 struct LoopIo {
203 * You can receive several events at the same time on a single LoopIo
223 loopIo_init(LoopIo* io, Looper* looper, int fd, LoopIoFunc callback, void* opaque)
231 loopIo_done(LoopIo* io)
240 loopIo_wantRead(LoopIo* io)
245 loopIo_wantWrite(LoopIo* io)
250 loopIo_dontWantRead(LoopIo* io
    [all...]
async-utils.c 24 LoopIo* io)
72 LoopIo* io)
120 LoopIo* io)
219 LoopIo* io)
async-console.c 58 LoopIo* io)
adb-server.c 64 LoopIo io[1];
86 LoopIo io[1];
async-socket-connector.c 51 LoopIo connector_io[1];
hw-pipe-net.c 70 LoopIo io[1];
looper-qemu.c 99 /* Modeling the LoopIo is a bit more complex because the main event loop
275 LoopIo* loopio,
284 loopio->clazz = (LoopIoClass*) &qlooper_io_class;
285 loopio->impl = io;
looper-generic.c 234 glooper_io_init(Looper* looper, LoopIo* user, int fd, LoopIoFunc callback, void* opaque)
270 int numActiveIos; /* number of active LoopIo objects */
375 * and no active LoopIo
async-socket.c 368 LoopIo io[1];
    [all...]

Completed in 103 milliseconds