/device/google/barbet/vibrator/drv2624/tests/ |
D | mocks.h | 47 MOCK_METHOD1(getAutocal, bool(std::string &value)); // NOLINT 68 bool getAutocal(std::string *value) { return getAutocal(*value); } in getAutocal() function
|
D | test-hwcal.cpp | 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()
|
D | test-vibrator.cpp | 217 EXPECT_CALL(*mMockCal, getAutocal(_)).Times(times); in relaxMock() 263 EXPECT_CALL(*mMockCal, getAutocal(_)) in TEST_P()
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | mocks.h | 47 MOCK_METHOD1(getAutocal, bool(std::string &value)); // NOLINT 69 bool getAutocal(std::string *value) { return getAutocal(*value); } in getAutocal() function
|
D | test-hwcal.cpp | 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()
|
D | test-vibrator.cpp | 217 EXPECT_CALL(*mMockCal, getAutocal(_)).Times(times); in relaxMock() 263 EXPECT_CALL(*mMockCal, getAutocal(_)) in TEST_P()
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | mocks.h | 47 MOCK_METHOD1(getAutocal, bool(std::string &value)); // NOLINT 67 bool getAutocal(std::string *value) { return getAutocal(*value); } in getAutocal() function
|
D | test-hwcal.cpp | 322 EXPECT_TRUE(mHwCal->getAutocal(&actual)); in TEST_F() 331 EXPECT_FALSE(mHwCal->getAutocal(&actual)); in TEST_F() 368 EXPECT_TRUE(mHwCal->getAutocal(&autocalActual)); in TEST_F() 386 EXPECT_TRUE(mHwCal->getAutocal(&autocalActual)); in TEST_F()
|
D | test-vibrator.cpp | 221 EXPECT_CALL(*mMockCal, getAutocal(_)).Times(times); in relaxMock() 267 EXPECT_CALL(*mMockCal, getAutocal(_)) in TEST_P()
|
/device/google/bramble/vibrator/drv2624/tests/ |
D | mocks.h | 47 MOCK_METHOD1(getAutocal, bool(std::string &value)); // NOLINT 68 bool getAutocal(std::string *value) { return getAutocal(*value); } in getAutocal() function
|
D | test-hwcal.cpp | 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()
|
D | test-vibrator.cpp | 217 EXPECT_CALL(*mMockCal, getAutocal(_)).Times(times); in relaxMock() 263 EXPECT_CALL(*mMockCal, getAutocal(_)) in TEST_P()
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 95 virtual bool getAutocal(std::string *value) = 0;
|
D | Hardware.h | 116 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal() function
|
D | Vibrator.cpp | 192 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
|
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.h | 92 virtual bool getAutocal(std::string *value) = 0;
|
D | Hardware.h | 118 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal() function
|
D | Vibrator.cpp | 300 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
|
/device/google/bramble/vibrator/drv2624/ |
D | Vibrator.h | 92 virtual bool getAutocal(std::string *value) = 0;
|
D | Hardware.h | 118 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal() function
|
D | Vibrator.cpp | 297 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.h | 92 virtual bool getAutocal(std::string *value) = 0;
|
D | Hardware.h | 121 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal() function
|
D | Vibrator.cpp | 298 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
|