Searched refs:Stopped (Results 1 – 1 of 1) sorted by relevance
43 Stopped = 4, enumerator53 v if v == State::Stopped as u8 => State::Stopped, in from()70 State::Stopped => write!(f, "Closed"), in fmt()85 if matches!(to, Self::Started | Self::Stopped | Self::UnstartedPaused) => in transition()91 if matches!(to, Self::Unstarted | Self::Stopped | Self::Paused) => in transition()96 State::Started if matches!(to, Self::Paused | Self::Stopped) => { in transition()100 State::Paused if matches!(to, Self::Started | Self::Stopped) => { in transition()116 State::Stopped => { in wait_for()134 if state == State::Stopped { in error_on_close()291 if new_state == State::Stopped { in read_rtp()[all …]