Home
last modified time | relevance | path

Searched refs:getContextScale (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h38 MOCK_METHOD0(getContextScale, uint32_t());
Dtest-vibrator.cpp395 EXPECT_CALL(*mMockApi, getContextScale()).WillRepeatedly(Return(0)); in TEST_F()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h76 virtual uint32_t getContextScale() = 0;
DHardware.h98 uint32_t getContextScale() override { in getContextScale() function
DVibrator.cpp971 mScalingFactor = mHwApi->getContextScale(); in updateContext()