Searched refs:wakeFlags (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dhw-pipe-net.c141 int wakeFlags = 0; local
165 wakeFlags |= PIPE_WAKE_READ;
171 wakeFlags |= PIPE_WAKE_WRITE;
176 if (wakeFlags != 0) {
177 goldfish_pipe_wake(pipe->hwpipe, wakeFlags);
178 pipe->wakeWanted &= ~wakeFlags;

Completed in 16 milliseconds