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.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/cs40l25/tests/
Dtest-hwapi.cpp133 static auto PrintParam(const TestParamInfo<typename HwApiTypedTest::ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
164 HasTest::PrintParam);
207 GetBoolTest::PrintParam);
241 GetUint32Test::PrintParam);
280 SetBoolTest::PrintParam);
323 SetUint32Test::PrintParam);
353 SetStringTest::PrintParam);
Dtest-vibrator.cpp429 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::EffectsTest
524 EffectsTest::PrintParam);
533 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::PrimitiveTest
557 PrimitiveTest::PrintParam);
567 static auto PrintParam(const TestParamInfo<ParamType> &info) { return info.param.name; } in PrintParam() function in aidl::android::hardware::vibrator::ComposeTest
621 ComposeTest::PrintParam);
625 static auto PrintParam(const TestParamInfo<ParamType> &info) { in PrintParam() function in aidl::android::hardware::vibrator::AlwaysOnTest
672 INSTANTIATE_TEST_CASE_P(VibratorTests, AlwaysOnTest, Range(0, 1), AlwaysOnTest::PrintParam);