Home
last modified time | relevance | path

Searched refs:mScale (Results 1 – 4 of 4) sorted by relevance

/device/google/crosshatch/vibrator/
DVibrator.cpp109 mScale(std::move(scale)) in Vibrator()
136 return (mScale ? true : false); in supportsAmplitudeControl()
147 mScale << scale << std::endl; in setAmplitude()
148 if (!mScale) { in setAmplitude()
DVibrator.h58 std::ofstream mScale; variable
/device/google/wahoo/vibrator/
DVibrator.cpp77 mScale(std::move(scale)), in Vibrator()
231 mScale << convertEffectStrength(strength) << std::endl; in performEffect()
DVibrator.h62 std::ofstream mScale; variable