Lines Matching refs:HwApi
72 mHwApi = HwApi::Create(); in SetUp()
82 mNoApi = HwApi::Create(); in SetUp()
133 std::unique_ptr<Vibrator::HwApi> mHwApi;
134 std::unique_ptr<Vibrator::HwApi> mNoApi;
155 std::unique_ptr<HwApi> hwapi; in TEST_P()
170 hwapi = HwApi::Create(); in TEST_P()
193 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>;
211 HasTest::MakeParam("device/rtp_input", &Vibrator::HwApi::hasRtpInput),
215 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>;
252 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
253 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
255 &Vibrator::HwApi::setCtrlLoop),
259 using SetInt8Test = HwApiTypedTest<bool(Vibrator::HwApi &, int8_t)>;
288 &Vibrator::HwApi::setRtpInput),
292 using SetUint8Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint8_t)>;
320 SetUint8Test::MakeParam("device/scale", &Vibrator::HwApi::setScale),
324 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>;
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),
361 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>;
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),