Searched refs:getLongVoltageMax (Results 1 – 6 of 6) sorted by relevance
53 MOCK_METHOD1(getLongVoltageMax, bool(uint32_t *value));
206 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()219 EXPECT_TRUE(mHwCal->getLongVoltageMax(&actual)); in TEST_F()
158 ON_CALL(*mMockCal, getLongVoltageMax(_)) in createMock()227 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).Times(times); in relaxMock()280 EXPECT_CALL(*mMockCal, getLongVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
128 bool getLongVoltageMax(uint32_t *value) override { in getLongVoltageMax() function
105 virtual bool getLongVoltageMax(uint32_t *value) = 0;
89 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()