Searched refs:V_LONG_DEFAULT (Results 1 – 3 of 3) sorted by relevance
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 75 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)},
|
D | test-hwcal.cpp | 35 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/ |
D | Hardware.h | 307 static constexpr std::array<uint32_t, 2> V_LONG_DEFAULT = {1, 100}; variable 371 *value = V_LONG_DEFAULT; in getLongVolLevels()
|