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/include/hw/android/goldfish/
Dpipe.h196 #define PIPE_WAKE_WRITE (1 << 2) /* pipe can now be written to */ macro
/external/qemu/hw/android/goldfish/
Dpipe.c735 if (pipe->count < PINGPONG_SIZE && (pipe->flags & PIPE_WAKE_WRITE)) { in pingPongPipe_recvBuffers()
736 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE); in pingPongPipe_recvBuffers()
860 flags |= PIPE_WAKE_WRITE; in throttlePipe_timerFunc()
1066 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) { in pipeDevice_doCommand()
1067 pipe->wanted |= PIPE_WAKE_WRITE; in pipeDevice_doCommand()
/external/qemu/docs/
DANDROID-QEMU-PIPE.TXT222 PIPE_WAKE_WRITE :: the channel is now writable.
225 The PIPE_WAKE_READ and PIPE_WAKE_WRITE are only reported for a given