Home
last modified time | relevance | path

Searched refs:mScalingFactor (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h274 uint32_t mScalingFactor; variable
DVibrator.cpp710 context_scale = mScalingFactor <= 100 ? static_cast<float>(mScalingFactor) / 100 : 1.0; in amplitudeToScale()
758 mScalingFactor = mHwApi->getContextScale(); in updateContext()
763 __func__, (uint32_t)mContextListener->getNanoppAppId(), mScalingFactor, in updateContext()