Searched refs:LOOP_IO_WRITE (Results 1 – 12 of 12) sorted by relevance
190 qloopio_setReady(io, LOOP_IO_WRITE); in qloopio_handleWrite()208 IOHandler* fd_write = (wanted & LOOP_IO_WRITE) ? qloopio_handleWrite : NULL; in qloopio_modify()224 qloopio_modify(io, io->wanted | LOOP_IO_WRITE); in qloopio_wantWrite()238 qloopio_modify(io, io->wanted & ~LOOP_IO_WRITE); in qloopio_dontWantWrite()
189 gloopio_modify(io, io->wanted | LOOP_IO_WRITE); in gloopio_wantWrite()203 gloopio_modify(io, io->wanted & ~LOOP_IO_WRITE); in gloopio_dontWantWrite()408 ready |= LOOP_IO_WRITE; in glooper_run()498 AASSERT_INT(LOOP_IO_WRITE, IOLOOPER_WRITE); in looper_newGeneric()
169 if ((events & LOOP_IO_WRITE) != 0) { in netPipe_io_func()368 if (mask & LOOP_IO_WRITE) in netPipe_poll()
210 LOOP_IO_WRITE = (1 << 1), enumerator
322 if ((events & LOOP_IO_WRITE) != 0) { in _on_adb_host_io()
1025 if ((events & LOOP_IO_WRITE) != 0) { in _on_async_socket_io()
63 if (events & LOOP_IO_WRITE) { in _attachUiProxy_io_func()
84 if (events & LOOP_IO_WRITE) { in _userEventsImpl_io_func()
112 if (events & LOOP_IO_WRITE) { in _uiCmdProxy_io_func()
250 } else if (events & LOOP_IO_WRITE) { in _proxyFb_io_fun()
338 if (events & LOOP_IO_WRITE) { in _coreCmdImpl_io_func()
85 if (!ioh->deleted && (events & LOOP_IO_WRITE) != 0) { in ioh_callback()