Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dandroid_pipe_common.h48 PIPE_WAKE_WRITE = 1 << 2, /* pipe can now be written to */ enumerator
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DOpenglEsPipe.cpp500 if (flags & PIPE_WAKE_WRITE) { in onGuestWantWakeOn()
532 wakeFlags |= PIPE_WAKE_WRITE; in signalState()