Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dutils.h23 static inline EffectScale toScale(uint8_t target, uint8_t maximum) { in toScale() function
28 return toScale(level, 100); in levelToScale()
32 return toScale(amplitude, UINT8_MAX); in amplitudeToScale()