Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp93 static const std::map<EffectTuple, EffectScale> EFFECT_SCALE{ variable
487 auto scale = EFFECT_SCALE.find(param); in TEST_P()
504 if (scale != EFFECT_SCALE.end()) { in TEST_P()
552 auto scale = EFFECT_SCALE.find(param); in TEST_P()
553 bool supported = (scale != EFFECT_SCALE.end()); in TEST_P()
693 auto scale = EFFECT_SCALE.begin(); in TEST_P()
695 std::advance(scale, std::rand() % EFFECT_SCALE.size()); in TEST_P()
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-vibrator.cpp123 static const std::map<EffectTuple, EffectScale> EFFECT_SCALE{ variable
526 auto scale = EFFECT_SCALE.find(param); in TEST_P()
544 if (scale != EFFECT_SCALE.end()) { in TEST_P()