Searched refs:getAutocal (Results 1 – 6 of 6) sorted by relevance
46 MOCK_METHOD1(getAutocal, bool(std::string &value)); // NOLINT61 bool getAutocal(std::string *value) { return getAutocal(*value); } in getAutocal() function
321 EXPECT_TRUE(mHwCal->getAutocal(&actual)); in TEST_F()330 EXPECT_FALSE(mHwCal->getAutocal(&actual)); in TEST_F()367 EXPECT_TRUE(mHwCal->getAutocal(&autocalActual)); in TEST_F()385 EXPECT_TRUE(mHwCal->getAutocal(&autocalActual)); in TEST_F()
219 EXPECT_CALL(*mMockCal, getAutocal(_)).Times(times); in relaxMock()265 EXPECT_CALL(*mMockCal, getAutocal(_)) in TEST_P()
90 virtual bool getAutocal(std::string *value) = 0;
104 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal() function
71 if (mHwCal->getAutocal(&autocal)) { in Vibrator()