Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/tests/
Dutils.h23 static inline EffectScale toScale(float target, float maximum) { in toScale() function
28 return toScale(level, 100); in levelToScale()
32 return toScale(amplitude, 1.0f); in amplitudeToScale()