Home
last modified time | relevance | path

Searched refs:PIPE_WAKE_READ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dandroid_pipe_common.h47 PIPE_WAKE_READ = 1 << 1, /* pipe can now be read from */ enumerator
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DOpenglEsPipe.cpp497 if (flags & PIPE_WAKE_READ) { in onGuestWantWakeOn()
529 wakeFlags |= PIPE_WAKE_READ; in signalState()