Searched refs:mScale (Results 1 – 4 of 4) sorted by relevance
109 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()
58 std::ofstream mScale; variable
77 mScale(std::move(scale)), in Vibrator()231 mScale << convertEffectStrength(strength) << std::endl; in performEffect()
62 std::ofstream mScale; variable