Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwapi.cpp189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() function in android::hardware::vibrator::V1_3::implementation::HwApiTypedTest
212 HasTest::MakeParam("device/rtp_input", &Vibrator::HwApi::hasRtpInput),
253 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
254 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
255 SetBoolTest::MakeParam("device/ctrl_loop",
288 SetInt8Test::MakeParam("device/rtp_input",
321 SetUint8Test::MakeParam("device/scale", &Vibrator::HwApi::setScale),
354 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
355 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
356 SetUint32Test::MakeParam("device/lp_trigger_effect", &Vibrator::HwApi::setLpTriggerEffect),
[all …]
Dtest-vibrator.cpp94 static auto MakeParam(bool dynamicConfig, T... others) { in MakeParam() function in android::hardware::vibrator::V1_3::implementation::VibratorTestTemplate
375 ValuesIn({BasicTest::MakeParam(false), BasicTest::MakeParam(true)}),