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

  /external/qemu/hw/
goldfish_pipe.h 163 #define PIPE_POLL_IN (1 << 0)
goldfish_pipe.c 553 return PIPE_POLL_IN | PIPE_POLL_OUT;
747 ret |= PIPE_POLL_IN;
918 ret &= ~PIPE_POLL_IN;
    [all...]
  /external/qemu/android/
hw-pipe-net.c 353 ret |= PIPE_POLL_IN;
hw-qemud.c     [all...]

Completed in 32 milliseconds