Searched refs:getEffectCount (Results 1 – 8 of 8) sorted by relevance
32 MOCK_METHOD1(getEffectCount, bool(uint32_t *value));
169 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()
235 &Vibrator::HwApi::getEffectCount),
42 bool getEffectCount(uint32_t *value) override { return getStr(value, &mEffectCount); } in getEffectCount() function
49 virtual bool getEffectCount(uint32_t *value) = 0;
59 bool getEffectCount(uint32_t *value) override { return get(value, &mEffectCount); } in getEffectCount() function
53 virtual bool getEffectCount(uint32_t *value) = 0;
245 mHwApi->getEffectCount(&effectCount);