Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dutils.h23 static inline EffectScale toScale(uint8_t target, uint8_t maximum) { in toScale()
27 static inline EffectScale levelToScale(EffectLevel level) { in levelToScale()
31 static inline EffectScale amplitudeToScale(EffectAmplitude amplitude) { in amplitudeToScale()
Dtypes.h24 using EffectScale = uint16_t; variable
Dtest-vibrator.cpp56 static const EffectScale GPIO_FALL_SCALE{levelToScale(V_LEVELS[2])};
58 static const EffectScale GPIO_RISE_SCALE{levelToScale(V_LEVELS[3])};
60 static const EffectScale ON_GLOBAL_SCALE{levelToScale(V_LEVELS[5])};
63 static const std::map<EffectTuple, EffectScale> EFFECT_SCALE{