Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-hwapi.cpp186 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef
188 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument
198 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument
208 TEST_P(SetBoolTest, failure) { in TEST_P() argument
216 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest,
218 SetBoolTest::MakeParam("default/f0_comp_enable",
220 SetBoolTest::MakeParam("default/redc_comp_enable",
223 SetBoolTest::PrintParam);
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwapi.cpp244 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef
246 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument
256 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument
266 TEST_P(SetBoolTest, failure) { in TEST_P() argument
274 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest,
276 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
277 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
278 SetBoolTest::MakeParam("device/asp_enable",
281 SetBoolTest::PrintParam);
/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-hwapi.cpp217 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef
219 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument
229 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument
239 TEST_P(SetBoolTest, failure) { in TEST_P() argument
252 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest,
254 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
255 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
256 SetBoolTest::MakeParam("device/ctrl_loop",
259 SetBoolTest::PrintParam);