Lines Matching refs:MakeParam
189 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),
359 SetUint32Test::MakeParam("device/lp_trigger_effect",
361 SetUint32Test::MakeParam("device/lra_wave_shape",
363 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
396 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal),
397 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode),
398 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer),