Searched refs:MiscdeviceServiceState (Results 1 – 2 of 2) sorted by relevance
48 enum class MiscdeviceServiceState { enum114 MiscdeviceServiceState state_;
80 state_(MiscdeviceServiceState::STATE_STOPPED), in MiscdeviceService()177 if (state_ == MiscdeviceServiceState::STATE_RUNNING) { in OnStart()202 state_ = MiscdeviceServiceState::STATE_RUNNING; in OnStart()212 if (state_ == MiscdeviceServiceState::STATE_RUNNING) { in OnStartFuzz()233 state_ = MiscdeviceServiceState::STATE_RUNNING; in OnStartFuzz()292 if (state_ == MiscdeviceServiceState::STATE_STOPPED) { in OnStop()296 state_ = MiscdeviceServiceState::STATE_STOPPED; in OnStop()