Searched refs:MakeParam (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwapi.cpp | 137 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() function in aidl::android::hardware::vibrator::HwApiTypedTest 161 HasTest::MakeParam("device/cp_dig_scale", &Vibrator::HwApi::hasEffectScale), 162 HasTest::MakeParam("device/asp_enable", &Vibrator::HwApi::hasAspEnable), 163 HasTest::MakeParam("device/pwle", &Vibrator::HwApi::hasPwle), 205 GetBoolTest::MakeParam("device/asp_enable", 235 GetUint32Test::MakeParam("device/num_waves", 237 GetUint32Test::MakeParam("device/cp_trigger_duration", 239 GetUint32Test::MakeParam("device/available_pwle_segments", 276 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate), 277 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState), [all …]
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 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), [all …]
|
D | test-vibrator.cpp | 91 static auto MakeParam(bool dynamicConfig, T... others) { in MakeParam() function in aidl::android::hardware::vibrator::VibratorTestTemplate 381 ValuesIn({BasicTest::MakeParam(false), BasicTest::MakeParam(true)}),
|
/hardware/google/pixel/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 126 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() function in aidl::android::hardware::vibrator::HwApiTypedTest 149 HasTest::MakeParam("default/owt_free_space", 179 GetUint32Test::MakeParam("default/num_waves", 181 GetUint32Test::MakeParam("default/owt_free_space", 218 SetBoolTest::MakeParam("default/f0_comp_enable", 220 SetBoolTest::MakeParam("default/redc_comp_enable", 248 SetUint32Test::MakeParam("default/f0_offset", 250 SetUint32Test::MakeParam("default/delay_before_stop_playback_us", 279 SetStringTest::MakeParam("calibration/f0_stored", &Vibrator::HwApi::setF0), 280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc), [all …]
|