Home
last modified time | relevance | path

Searched refs:PIPE_WAKE_READ (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dhw-pipe-net.c98 if (pipe->state == STATE_CONNECTED && (pipe->wakeWanted & PIPE_WAKE_READ) != 0) { in netPipe_resetState()
164 if ((pipe->wakeWanted & PIPE_WAKE_READ) != 0) { in netPipe_io_func()
165 wakeFlags |= PIPE_WAKE_READ; in netPipe_io_func()
Dhw-qemud.c1628 PIPE_WAKE_READ); in _qemud_pipe_cache_buffer()
/external/qemu/include/hw/android/goldfish/
Dpipe.h195 #define PIPE_WAKE_READ (1 << 1) /* pipe can now be read from */ macro
/external/qemu/hw/android/goldfish/
Dpipe.c691 if (pipe->count > 0 && (pipe->flags & PIPE_WAKE_READ)) { in pingPongPipe_sendBuffers()
692 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_READ); in pingPongPipe_sendBuffers()
864 flags |= PIPE_WAKE_READ; in throttlePipe_timerFunc()
1057 if ((pipe->wanted & PIPE_WAKE_READ) == 0) { in pipeDevice_doCommand()
1058 pipe->wanted |= PIPE_WAKE_READ; in pipeDevice_doCommand()
/external/qemu/docs/
DANDROID-QEMU-PIPE.TXT221 PIPE_WAKE_READ :: the channel is now readable.
225 The PIPE_WAKE_READ and PIPE_WAKE_WRITE are only reported for a given