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

  /external/qemu/android/protocol/
attach-ui-proxy.c 63 if (events & LOOP_IO_WRITE) {
64 derror("Unexpected LOOP_IO_WRITE in _attachUiProxy_io_func.\n");
ui-commands-proxy.c 112 if (events & LOOP_IO_WRITE) {
113 derror("Unexpected LOOP_IO_WRITE in _uiCmdProxy_io_func.\n");
user-events-impl.c 84 if (events & LOOP_IO_WRITE) {
87 derror("Unexpected LOOP_IO_WRITE in _userEventsImpl_io_func\n");
fb-updates-proxy.c 250 } else if (events & LOOP_IO_WRITE) {
core-commands-impl.c 338 if (events & LOOP_IO_WRITE) {
341 derror("Unexpected LOOP_IO_WRITE in _coreCmdImpl_io_func\n");
  /external/qemu/android/
looper-qemu.c 190 qloopio_setReady(io, LOOP_IO_WRITE);
208 IOHandler* fd_write = (wanted & LOOP_IO_WRITE) ? qloopio_handleWrite : NULL;
224 qloopio_modify(io, io->wanted | LOOP_IO_WRITE);
238 qloopio_modify(io, io->wanted & ~LOOP_IO_WRITE);
looper-generic.c 189 gloopio_modify(io, io->wanted | LOOP_IO_WRITE);
203 gloopio_modify(io, io->wanted & ~LOOP_IO_WRITE);
408 ready |= LOOP_IO_WRITE;
498 AASSERT_INT(LOOP_IO_WRITE, IOLOOPER_WRITE);
looper.h 205 * Socket connect()s are mapped to LOOP_IO_WRITE events.
210 LOOP_IO_WRITE = (1 << 1),
hw-pipe-net.c 169 if ((events & LOOP_IO_WRITE) != 0) {
368 if (mask & LOOP_IO_WRITE)
adb-server.c 322 if ((events & LOOP_IO_WRITE) != 0) {
async-socket.c 1008 * events - LOOP_IO_READ | LOOP_IO_WRITE bitmask.
1025 if ((events & LOOP_IO_WRITE) != 0) {
    [all...]
  /external/qemu/
vl-android-ui.c 85 if (!ioh->deleted && (events & LOOP_IO_WRITE) != 0) {

Completed in 1105 milliseconds