Home
last modified time | relevance | path

Searched refs:PIPE_WAKE_WRITE (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dhw-pipe-net.c92 if ((pipe->wakeWanted & PIPE_WAKE_WRITE) != 0) { in netPipe_resetState()
170 if ((pipe->wakeWanted & PIPE_WAKE_WRITE) != 0) { in netPipe_io_func()
171 wakeFlags |= PIPE_WAKE_WRITE; in netPipe_io_func()
/external/qemu/hw/
Dgoldfish_pipe.h188 #define PIPE_WAKE_WRITE (1 << 2) /* pipe can now be written to */ macro
Dgoldfish_pipe.c730 if (pipe->count < PINGPONG_SIZE && (pipe->flags & PIPE_WAKE_WRITE)) { in pingPongPipe_recvBuffers()
731 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE); in pingPongPipe_recvBuffers()
855 flags |= PIPE_WAKE_WRITE; in throttlePipe_timerFunc()
1063 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) { in pipeDevice_doCommand()
1064 pipe->wanted |= PIPE_WAKE_WRITE; in pipeDevice_doCommand()
/external/qemu/docs/
DANDROID-QEMU-PIPE.TXT195 PIPE_WAKE_WRITE :: the channel is now writable.
198 The PIPE_WAKE_READ and PIPE_WAKE_WRITE are only reported for a given