Searched refs:new_state_is_stopped (Results 1 – 1 of 1) sorted by relevance
1652 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPublicState() local1653 if ((old_state_is_stopped != new_state_is_stopped)) in SetPublicState()1655 if (new_state_is_stopped && !restarted) in SetPublicState()1704 const bool new_state_is_stopped = StateIsStoppedState(new_state, false); in SetPrivateState() local1705 if (old_state_is_stopped != new_state_is_stopped) in SetPrivateState()1707 if (new_state_is_stopped) in SetPrivateState()