Searched refs:hasEffectScale (Results 1 – 6 of 6) sorted by relevance
177 EXPECT_CALL(*mMockApi, hasEffectScale()).Times(times); in relaxMock()283 EXPECT_CALL(*mMockApi, hasEffectScale()).WillOnce(::testing::Return(true)); in TEST_F()293 EXPECT_CALL(*mMockApi, hasEffectScale()) in TEST_F()309 EXPECT_CALL(*mMockApi, hasEffectScale()) in TEST_F()325 EXPECT_CALL(*mMockApi, hasEffectScale()) in TEST_F()
32 MOCK_METHOD0(hasEffectScale, bool());
135 &Vibrator::HwApi::hasEffectScale),
60 virtual bool hasEffectScale() = 0;
62 bool hasEffectScale() override { return has(mEffectScale); } in hasEffectScale() function
148 return !isUnderExternalControl() && mHwApi->hasEffectScale(); in supportsAmplitudeControl()