Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dutils.h23 static inline EffectScale toScale(float amplitude, float maximum) { in toScale() function
35 return toScale(level, 100); in levelToScale()
39 return toScale(amplitude, 1.0f); in amplitudeToScale()