Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/tests/
Dmocks.h31 MOCK_METHOD1(getEffectCount, bool(uint32_t *value));
Dtest-vibrator.cpp168 ON_CALL(*mMockApi, getEffectCount(_)) in createMock()
230 EXPECT_CALL(*mMockApi, getEffectCount(_)).Times(times); in relaxMock()
296 EXPECT_CALL(*mMockApi, getEffectCount(_)).InSequence(durSeq).WillOnce(DoDefault()); in TEST_F()
Dtest-hwapi.cpp232 &Vibrator::HwApi::getEffectCount),
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h54 bool getEffectCount(uint32_t *value) override { return get(value, &mEffectCount); } in getEffectCount() function
DVibrator.h50 virtual bool getEffectCount(uint32_t *value) = 0;
DVibrator.cpp118 mHwApi->getEffectCount(&effectCount);