Lines Matching refs:MakeParam
188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() function in aidl::android::hardware::vibrator::HwApiTypedTest
211 HasTest::MakeParam("device/rtp_input", &Vibrator::HwApi::hasRtpInput),
252 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
253 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
254 SetBoolTest::MakeParam("device/ctrl_loop",
287 SetInt8Test::MakeParam("device/rtp_input",
320 SetUint8Test::MakeParam("device/scale", &Vibrator::HwApi::setScale),
353 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
354 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
355 SetUint32Test::MakeParam("device/lp_trigger_effect", &Vibrator::HwApi::setLpTriggerEffect),
356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
357 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
390 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal),
391 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode),
392 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer),