Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp74 static constexpr std::array<EffectLevel, 2> V_CLICK_DEFAULT{1, 100}; variable
124 Scale(0.5f * 0.5f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
126 Scale(0.5f * 0.7f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
128 Scale(0.5f * 1.0f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
130 Scale(0.7f * 0.5f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
132 Scale(0.7f * 0.7f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
134 Scale(0.7f * 1.0f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
136 Scale(1.0f * 0.5f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
138 Scale(1.0f * 0.7f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
140 Scale(1.0f * 1.0f, V_CLICK_DEFAULT[0], V_CLICK_DEFAULT[1])},
[all …]
Dtest-hwcal.cpp34 static constexpr std::array<uint32_t, 2> V_CLICK_DEFAULT = {1, 100}; member in aidl::android::hardware::vibrator::HwCalTest
191 expect = V_CLICK_DEFAULT; in TEST_F()
225 expect = V_CLICK_DEFAULT; in TEST_F()
249 expect = V_CLICK_DEFAULT; in TEST_F()
274 expect = V_CLICK_DEFAULT; in TEST_F()
/device/google/felix/vibrator/cs40l26/
DHardware.h306 static constexpr std::array<uint32_t, 2> V_CLICK_DEFAULT = {1, 100}; variable
364 *value = V_CLICK_DEFAULT; in getClickVolLevels()