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

  /external/qemu/hw/
goldfish_pipe.h 94 * then the pipe implementation shall call goldfish_pipe_wake().
138 extern void goldfish_pipe_wake( void* hwpipe, unsigned flags );
goldfish_pipe.c 685 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_READ);
729 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE);
863 goldfish_pipe_wake(pipe->pingpong.hwpipe, flags);
1283 goldfish_pipe_wake( void* hwpipe, unsigned flags ) function
    [all...]
  /external/qemu/android/
hw-pipe-net.c 177 goldfish_pipe_wake(pipe->hwpipe, wakeFlags);
hw-qemud.c     [all...]

Completed in 1143 milliseconds