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

  /external/qemu/hw/
goldfish_pipe.h 136 * PIPE_WAKE_READ and PIPE_WAKE_WRITE.
192 #define PIPE_WAKE_READ (1 << 1) /* pipe can now be read from */
goldfish_pipe.c 684 if (pipe->count > 0 && (pipe->flags & PIPE_WAKE_READ)) {
685 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_READ);
857 flags |= PIPE_WAKE_READ;
1042 if ((pipe->wanted & PIPE_WAKE_READ) == 0) {
1043 pipe->wanted |= PIPE_WAKE_READ;
    [all...]
  /external/qemu/android/
hw-pipe-net.c 98 if (pipe->state == STATE_CONNECTED && (pipe->wakeWanted & PIPE_WAKE_READ) != 0) {
164 if ((pipe->wakeWanted & PIPE_WAKE_READ) != 0) {
165 wakeFlags |= PIPE_WAKE_READ;
hw-qemud.c     [all...]

Completed in 33 milliseconds