Searched refs:setRedc (Results 1 – 18 of 18) sorted by relevance
/device/google/bluejay/vibrator/cs40l26/tests/ |
D | mocks.h | 28 MOCK_METHOD1(setRedc, bool(std::string value));
|
D | test-hwapi.cpp | 280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc),
|
D | test-vibrator.cpp | 276 EXPECT_CALL(*mMockApi, setRedc(_)).Times(times); in relaxMock() 344 EXPECT_CALL(*mMockApi, setRedc(redcVal)).InSequence(redcSeq).WillOnce(Return(true)); in TEST_F()
|
/device/google/lynx/vibrator/cs40l26/tests/ |
D | mocks.h | 28 MOCK_METHOD1(setRedc, bool(std::string value));
|
D | test-hwapi.cpp | 280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc),
|
D | test-vibrator.cpp | 276 EXPECT_CALL(*mMockApi, setRedc(_)).Times(times); in relaxMock() 344 EXPECT_CALL(*mMockApi, setRedc(redcVal)).InSequence(redcSeq).WillOnce(Return(true)); in TEST_F()
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | mocks.h | 39 MOCK_METHOD1(setRedc, bool(std::string value));
|
D | test-hwapi.cpp | 280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc),
|
D | test-vibrator.cpp | 285 EXPECT_CALL(*mMockApi, setRedc(_)).Times(times); in relaxMock() 351 EXPECT_CALL(*mMockApi, setRedc(redcVal)).InSequence(redcSeq).WillOnce(Return(true)); in TEST_F()
|
/device/google/bluejay/vibrator/cs40l26/ |
D | Vibrator.h | 47 virtual bool setRedc(std::string value) = 0;
|
D | Hardware.h | 84 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() function
|
D | Vibrator.cpp | 353 mHwApi->setRedc(caldata);
|
/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.h | 59 virtual bool setRedc(std::string value) = 0;
|
D | Hardware.h | 89 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() function
|
D | Vibrator.cpp | 449 mHwApiDef->setRedc(caldata); 476 mHwApiDual->setRedc(caldata);
|
/device/google/lynx/vibrator/cs40l26/ |
D | Vibrator.h | 47 virtual bool setRedc(std::string value) = 0;
|
D | Hardware.h | 84 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() function
|
D | Vibrator.cpp | 353 mHwApi->setRedc(caldata);
|