Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwapi.cpp136 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
160 HasTest::MakeParam("device/cp_dig_scale", &Vibrator::HwApi::hasEffectScale),
161 HasTest::MakeParam("device/asp_enable", &Vibrator::HwApi::hasAspEnable),
162 HasTest::MakeParam("device/pwle", &Vibrator::HwApi::hasPwle),
204 GetBoolTest::MakeParam("device/asp_enable",
234 GetUint32Test::MakeParam("device/num_waves",
236 GetUint32Test::MakeParam("device/cp_trigger_duration",
238 GetUint32Test::MakeParam("device/available_pwle_segments",
275 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
276 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
[all …]
/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-hwapi.cpp189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
212 HasTest::MakeParam("device/rtp_input",
254 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
255 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
256 SetBoolTest::MakeParam("device/ctrl_loop",
289 SetInt8Test::MakeParam("device/rtp_input",
322 SetUint8Test::MakeParam("device/scale", &Vibrator::HwApi::setScale),
323 SetUint8Test::MakeParam("device/lp_trigger_scale",
357 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
358 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
[all …]
Dtest-vibrator.cpp91 static auto MakeParam(bool dynamicConfig, T... others) { in MakeParam() function in aidl::android::hardware::vibrator::VibratorTestTemplate
381 ValuesIn({BasicTest::MakeParam(false), BasicTest::MakeParam(true)}),