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

  /external/qemu/hw/
goldfish_pipe.h 136 * PIPE_WAKE_READ and PIPE_WAKE_WRITE.
188 #define PIPE_WAKE_WRITE (1 << 2) /* pipe can now be written to */
goldfish_pipe.c 730 if (pipe->count < PINGPONG_SIZE && (pipe->flags & PIPE_WAKE_WRITE)) {
731 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE);
855 flags |= PIPE_WAKE_WRITE;
1063 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) {
1064 pipe->wanted |= PIPE_WAKE_WRITE;
    [all...]
  /external/qemu/android/
hw-pipe-net.c 92 if ((pipe->wakeWanted & PIPE_WAKE_WRITE) != 0) {
170 if ((pipe->wakeWanted & PIPE_WAKE_WRITE) != 0) {
171 wakeFlags |= PIPE_WAKE_WRITE;

Completed in 21 milliseconds