Home
last modified time | relevance | path

Searched refs:setRedc (Results 1 – 18 of 18) sorted by relevance

/device/google/bluejay/vibrator/cs40l26/tests/
Dmocks.h28 MOCK_METHOD1(setRedc, bool(std::string value));
Dtest-hwapi.cpp280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc),
Dtest-vibrator.cpp276 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/
Dmocks.h28 MOCK_METHOD1(setRedc, bool(std::string value));
Dtest-hwapi.cpp280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc),
Dtest-vibrator.cpp276 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/
Dmocks.h39 MOCK_METHOD1(setRedc, bool(std::string value));
Dtest-hwapi.cpp280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc),
Dtest-vibrator.cpp285 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/
DVibrator.h47 virtual bool setRedc(std::string value) = 0;
DHardware.h84 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() function
DVibrator.cpp353 mHwApi->setRedc(caldata);
/device/google/felix/vibrator/cs40l26/
DVibrator.h59 virtual bool setRedc(std::string value) = 0;
DHardware.h89 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() function
DVibrator.cpp449 mHwApiDef->setRedc(caldata);
476 mHwApiDual->setRedc(caldata);
/device/google/lynx/vibrator/cs40l26/
DVibrator.h47 virtual bool setRedc(std::string value) = 0;
DHardware.h84 bool setRedc(std::string value) override { return set(value, &mRedc); } in setRedc() function
DVibrator.cpp353 mHwApi->setRedc(caldata);