Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-hwapi.cpp146 static auto PrintParam(const TestParamInfo<CreateTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::CreateTest
179 CreateTest::PrintParam);
185 static auto PrintParam(const TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
214 HasTest::PrintParam);
258 SetBoolTest::PrintParam);
291 SetInt8Test::PrintParam);
323 SetUint8Test::PrintParam);
362 SetUint32Test::PrintParam);
397 SetStringTest::PrintParam);
Dtest-vibrator.cpp85 static auto PrintParam(const TestParamInfo<typename VibratorTestTemplate::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::VibratorTestTemplate
382 BasicTest::PrintParam);
388 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::EffectsTest
389 auto prefix = VibratorTestTemplate::PrintParam(info); in PrintParam()
448 EffectsTest::PrintParam);
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwapi.cpp131 static auto PrintParam(const TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
161 HasTest::PrintParam);
204 GetBoolTest::PrintParam);
236 GetUint32Test::PrintParam);
275 SetBoolTest::PrintParam);
318 SetUint32Test::PrintParam);
346 SetStringTest::PrintParam);
Dtest-vibrator.cpp419 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::EffectsTest
514 EffectsTest::PrintParam);
523 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::PrimitiveTest
546 PrimitiveTest::PrintParam);
556 static auto PrintParam(const TestParamInfo<ParamType> &info) { return info.param.name; } in PrintParam() function in aidl::android::hardware::vibrator::ComposeTest
605 ComposeTest::PrintParam);
609 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::AlwaysOnTest
656 INSTANTIATE_TEST_CASE_P(VibratorTests, AlwaysOnTest, Range(0, 1), AlwaysOnTest::PrintParam);