Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dmocks.h32 MOCK_METHOD1(getEffectCount, bool(uint32_t *value));
H A Dtest-vibrator.cpp169 ON_CALL(*mMockApi, getEffectCount(_)) in createMock()
234 EXPECT_CALL(*mMockApi, getEffectCount(_)).Times(times); in relaxMock()
306 EXPECT_CALL(*mMockApi, getEffectCount(_)).InSequence(durSeq).WillOnce(DoDefault()); in TEST_F()
H A Dtest-hwapi.cpp235 &Vibrator::HwApi::getEffectCount),
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DHardware.h42 bool getEffectCount(uint32_t *value) override { return getStr(value, &mEffectCount); } in getEffectCount() function
H A DVibrator.h49 virtual bool getEffectCount(uint32_t *value) = 0;
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DHardware.h59 bool getEffectCount(uint32_t *value) override { return get(value, &mEffectCount); } in getEffectCount() function
H A DVibrator.h53 virtual bool getEffectCount(uint32_t *value) = 0;
H A DVibrator.cpp245 mHwApi->getEffectCount(&effectCount);