Searched refs:setEffectScale (Results 1 – 6 of 6) sorted by relevance
33 MOCK_METHOD1(setEffectScale, bool(uint32_t value));
178 EXPECT_CALL(*mMockApi, setEffectScale(_)).Times(times); in relaxMock()345 EXPECT_CALL(*mMockApi, setEffectScale(amplitudeToScale(amplitude))) in TEST_F()405 EXPECT_CALL(*mMockApi, setEffectScale(scale->second)) in TEST_P()429 EXPECT_CALL(*mMockApi, setEffectScale(0)).InSequence(s4).WillOnce(::testing::Return(true)); in TEST_P()
281 SetUint32Test::MakeParam("EFFECT_SCALE_PATH", &Vibrator::HwApi::setEffectScale),
64 virtual bool setEffectScale(uint32_t value) = 0;
63 bool setEffectScale(uint32_t value) override { return set(value, mEffectScale); } in setEffectScale() function
167 if (!mHwApi->setEffectScale(scale)) { in setEffectAmplitude()