Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp75 static constexpr std::array<EffectLevel, 2> V_LONG_DEFAULT{1, 100}; variable
119 static const EffectScale ON_GLOBAL_SCALE{levelToScale(V_LONG_DEFAULT[1])};
247 .WillByDefault(DoAll(SetArgPointee<0>(V_LONG_DEFAULT), Return(true))); in createMock()
671 Queue(3, QueueEffect(6, Level(0.4f, V_LONG_DEFAULT[0], V_LONG_DEFAULT[1])), 0)},
677 Queue(5, QueueEffect(8, Level(1.0f, V_LONG_DEFAULT[0], V_LONG_DEFAULT[1])), 0)},
684 Queue(7, QueueEffect(6, Level(1.0f, V_LONG_DEFAULT[0], V_LONG_DEFAULT[1])),
685 QueueEffect(8, Level(1.0f, V_LONG_DEFAULT[0], V_LONG_DEFAULT[1])), 0)},
Dtest-hwcal.cpp35 static constexpr std::array<uint32_t, 2> V_LONG_DEFAULT = {1, 100}; member in aidl::android::hardware::vibrator::HwCalTest
200 expect = V_LONG_DEFAULT; in TEST_F()
229 expect = V_LONG_DEFAULT; in TEST_F()
253 expect = V_LONG_DEFAULT; in TEST_F()
278 expect = V_LONG_DEFAULT; in TEST_F()
/device/google/felix/vibrator/cs40l26/
DHardware.h307 static constexpr std::array<uint32_t, 2> V_LONG_DEFAULT = {1, 100}; variable
371 *value = V_LONG_DEFAULT; in getLongVolLevels()