Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp33 static constexpr std::array<uint32_t, 2> V_TICK_DEFAULT = {1, 100}; member in aidl::android::hardware::vibrator::HwCalTest
181 std::array<uint32_t, 2> expect = V_TICK_DEFAULT; in TEST_F()
211 std::array<uint32_t, 2> expect = V_TICK_DEFAULT; in TEST_F()
235 std::array<uint32_t, 2> expect = V_TICK_DEFAULT; in TEST_F()
259 std::array<uint32_t, 2> expect = V_TICK_DEFAULT; in TEST_F()
Dtest-vibrator.cpp73 static constexpr std::array<EffectLevel, 2> V_TICK_DEFAULT = {1, 100}; variable
142 Scale(0.5f * 0.5f, V_TICK_DEFAULT[0], V_TICK_DEFAULT[1])},
144 Scale(0.5f * 0.7f, V_TICK_DEFAULT[0], V_TICK_DEFAULT[1])},
146 Scale(0.5f * 1.0f, V_TICK_DEFAULT[0], V_TICK_DEFAULT[1])},
243 .WillByDefault(DoAll(SetArgPointee<0>(V_TICK_DEFAULT), Return(true))); in createMock()
/device/google/felix/vibrator/cs40l26/
DHardware.h305 static constexpr std::array<uint32_t, 2> V_TICK_DEFAULT = {1, 100}; variable
357 *value = V_TICK_DEFAULT; in getTickVolLevels()