Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dtest-vibrator.cpp177 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()
Dmocks.h32 MOCK_METHOD0(hasEffectScale, bool());
Dtest-hwapi.cpp135 &Vibrator::HwApi::hasEffectScale),
/device/google/coral/vibrator/
DVibrator.h60 virtual bool hasEffectScale() = 0;
DHardware.h62 bool hasEffectScale() override { return has(mEffectScale); } in hasEffectScale() function
DVibrator.cpp148 return !isUnderExternalControl() && mHwApi->hasEffectScale(); in supportsAmplitudeControl()