Home
last modified time | relevance | path

Searched refs:Stopped (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DRenderChannelImpl.cpp167 mState |= State::Stopped; in stopFromHost()
174 return (mState & State::Stopped) != 0; in isStopped()
208 state |= State::Stopped; in updateStateLocked()
215 State available = mState & (mWantedEvents | State::Stopped); in notifyStateChangeLocked()
/hardware/google/gfxstream/include/render-utils/
DRenderChannel.h60 Stopped = 1 << 2, enumerator
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DOpenglEsPipe.cpp311 if ((state & ChannelState::Stopped) != 0) { in onGuestPoll()
548 if ((state & ChannelState::Stopped) != 0) { in onChannelHostEvent()