Searched refs:Stopped (Results 1 – 3 of 3) sorted by relevance
167 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()
60 Stopped = 1 << 2, enumerator
311 if ((state & ChannelState::Stopped) != 0) { in onGuestPoll()548 if ((state & ChannelState::Stopped) != 0) { in onChannelHostEvent()