Searched refs:vibrateThread_ (Results 1 – 4 of 4) sorted by relevance
62 if (!vibrateThread_.joinable()) { in StartOnce()64 vibrateThread_ = std::move(senocdDataThread); in StartOnce()79 if (!vibrateThread_.joinable()) { in Start()81 vibrateThread_ = std::move(senocdDataThread); in Start()105 if (!vibrateThread_.joinable()) { in EnableCompositeEffect()107 vibrateThread_ = std::move(senocdDataThread); in EnableCompositeEffect()147 if (vibrateThread_.joinable()) { in Stop()150 vibrateThread_.join(); in Stop()201 if (!vibrateThread_.joinable()) { in StartByIntensity()203 vibrateThread_ = std::move(senocdDataThread); in StartByIntensity()
152 if (vibrateThread_ != nullptr && vibrateThread_->joinable()) { in Start()153 vibrateThread_->join(); in Start()154 vibrateThread_.reset(); in Start()156 if (vibrateThread_ == nullptr) { in Start()158 vibrateThread_ = std::make_shared<std::thread>([this] { StartVibrate(); }); in Start()218 if (vibrateThread_ != nullptr && vibrateThread_->joinable()) { in ReleaseVibrator()219 vibrateThread_->join(); in ReleaseVibrator()221 vibrateThread_.reset(); in ReleaseVibrator()377 if (vibrateThread_ != nullptr && vibrateThread_->joinable()) { in StopVibrate()378 vibrateThread_->join(); in StopVibrate()[all …]
85 std::shared_ptr<std::thread> vibrateThread_; variable
48 std::thread vibrateThread_; variable