Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-hwapi.cpp209 using GetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t *)>; typedef
211 TEST_P(GetUint32Test, success) { in TEST_P() argument
224 TEST_P(GetUint32Test, failure) { in TEST_P() argument
232 INSTANTIATE_TEST_CASE_P(HwApiTests, GetUint32Test,
234 GetUint32Test::MakeParam("device/num_waves",
236 GetUint32Test::MakeParam("device/cp_trigger_duration",
238 GetUint32Test::MakeParam("device/available_pwle_segments",
241 GetUint32Test::PrintParam);