Searched refs:GetUint32Test (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 154 using GetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t *)>; typedef 156 TEST_P(GetUint32Test, success) { in TEST_P() argument 169 TEST_P(GetUint32Test, failure) { in TEST_P() argument 177 INSTANTIATE_TEST_CASE_P(HwApiTests, GetUint32Test, 179 GetUint32Test::MakeParam("default/num_waves", 181 GetUint32Test::MakeParam("default/owt_free_space", 184 GetUint32Test::PrintParam);
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwapi.cpp | 210 using GetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t *)>; typedef 212 TEST_P(GetUint32Test, success) { in TEST_P() argument 225 TEST_P(GetUint32Test, failure) { in TEST_P() argument 233 INSTANTIATE_TEST_CASE_P(HwApiTests, GetUint32Test, 235 GetUint32Test::MakeParam("device/num_waves", 237 GetUint32Test::MakeParam("device/cp_trigger_duration", 239 GetUint32Test::MakeParam("device/available_pwle_segments", 242 GetUint32Test::PrintParam);
|