Home
last modified time | relevance | path

Searched refs:setEffectIndex (Results 1 – 6 of 6) sorted by relevance

/device/google/coral/vibrator/tests/
Dtest-vibrator.cpp175 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()
Dmocks.h30 MOCK_METHOD1(setEffectIndex, bool(uint32_t value));
Dtest-hwapi.cpp280 SetUint32Test::MakeParam("EFFECT_INDEX_PATH", &Vibrator::HwApi::setEffectIndex),
/device/google/coral/vibrator/
DVibrator.cpp99 mHwApi->setEffectIndex(WAVEFORM_SIMPLE_EFFECT_INDEX); in Vibrator()
116 mHwApi->setEffectIndex(effectIndex); in on()
DVibrator.h55 virtual bool setEffectIndex(uint32_t value) = 0;
DHardware.h60 bool setEffectIndex(uint32_t value) override { return set(value, mEffectIndex); } in setEffectIndex() function