Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-hwapi.cpp147 static auto PrintParam(const TestParamInfo<CreateTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::CreateTest
180 CreateTest::PrintParam);
186 static auto PrintParam(const TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
215 HasTest::PrintParam);
259 SetBoolTest::PrintParam);
292 SetInt8Test::PrintParam);
326 SetUint8Test::PrintParam);
365 SetUint32Test::PrintParam);
400 SetStringTest::PrintParam);
Dtest-vibrator.cpp86 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()
469 EffectsTest::PrintParam);
475 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::AlwaysOnTest
510 AlwaysOnTest::PrintParam);
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-hwapi.cpp123 static auto PrintParam(const TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
152 HasTest::PrintParam);
184 GetUint32Test::PrintParam);
223 SetBoolTest::PrintParam);
253 SetUint32Test::PrintParam);
283 SetStringTest::PrintParam);
Dtest-vibrator.cpp514 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::EffectsTest
610 EffectsTest::PrintParam);
619 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::PrimitiveTest
643 PrimitiveTest::PrintParam);
653 static auto PrintParam(const TestParamInfo<ParamType> &info) { return info.param.name; } in PrintParam() function in aidl::android::hardware::vibrator::ComposeTest
731 ComposeTest::PrintParam);
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwapi.cpp134 static auto PrintParam(const TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
165 HasTest::PrintParam);
208 GetBoolTest::PrintParam);
242 GetUint32Test::PrintParam);
281 SetBoolTest::PrintParam);
326 SetUint32Test::PrintParam);
356 SetStringTest::PrintParam);
Dtest-vibrator.cpp475 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::EffectsTest
576 EffectsTest::PrintParam);
585 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::PrimitiveTest
609 PrimitiveTest::PrintParam);
619 static auto PrintParam(const TestParamInfo<ParamType> &info) { return info.param.name; } in PrintParam() function in aidl::android::hardware::vibrator::ComposeTest
682 ComposeTest::PrintParam);
686 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::AlwaysOnTest
733 INSTANTIATE_TEST_CASE_P(VibratorTests, AlwaysOnTest, Range(0, 1), AlwaysOnTest::PrintParam);