Home
last modified time | relevance | path

Searched refs:vibratorThread_ (Results 1 - 2 of 2) sorted by relevance

/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp81 vibratorThread_(nullptr) in MiscdeviceService()
313 return (PriorityManager->ShouldIgnoreVibrate(info, vibratorThread_) != VIBRATION); in ShouldIgnoreVibrate()
349 if ((vibratorThread_ == nullptr) || (!vibratorThread_->IsRunning() && in StopVibrator()
359 if ((vibratorThread_ == nullptr) || (!vibratorThread_->IsRunning())) { in StopVibrator()
419 if (vibratorThread_ == nullptr) { in StartVibrateThread()
420 vibratorThread_ = std::make_shared<VibratorThread>(); in StartVibrateThread()
429 vibratorThread_->UpdateVibratorEffect(info); in StartVibrateThread()
430 vibratorThread_ in StartVibrateThread()
[all...]
/base/sensors/miscdevice/services/miscdevice_service/include/
H A Dmiscdevice_service.h116 std::shared_ptr<VibratorThread> vibratorThread_ = nullptr; member in OHOS::Sensors::MiscdeviceService

Completed in 3 milliseconds