Searched refs:setEffectIndex (Results 1 – 6 of 6) sorted by relevance
175 EXPECT_CALL(*mMockApi, setEffectIndex(_)).Times(times); in relaxMock()238 EXPECT_CALL(*mMockApi, setEffectIndex(EFFECT_INDEX)) in TEST_F()262 EXPECT_CALL(*mMockApi, setEffectIndex(ON_EFFECT_INDEX)) in TEST_F()402 EXPECT_CALL(*mMockApi, setEffectIndex(EFFECT_INDEX)) in TEST_P()420 EXPECT_CALL(*mMockApi, setEffectIndex(QUEUE_INDEX)) in TEST_P()
30 MOCK_METHOD1(setEffectIndex, bool(uint32_t value));
280 SetUint32Test::MakeParam("EFFECT_INDEX_PATH", &Vibrator::HwApi::setEffectIndex),
99 mHwApi->setEffectIndex(WAVEFORM_SIMPLE_EFFECT_INDEX); in Vibrator()116 mHwApi->setEffectIndex(effectIndex); in on()
55 virtual bool setEffectIndex(uint32_t value) = 0;
60 bool setEffectIndex(uint32_t value) override { return set(value, mEffectIndex); } in setEffectIndex() function