Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/tests/
Dmocks.h27 MOCK_METHOD1(setRedc, bool(uint32_t value));
Dtest-hwapi.cpp302 SetUint32Test::MakeParam("device/redc_stored", &Vibrator::HwApi::setRedc),
Dtest-vibrator.cpp226 EXPECT_CALL(*mMockApi, setRedc(_)).Times(times); in relaxMock()
286 EXPECT_CALL(*mMockApi, setRedc(redcVal)).InSequence(redcSeq).WillOnce(Return(true)); in TEST_F()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h50 bool setRedc(uint32_t value) override { return set(value, &mRedc); } in setRedc() function
DVibrator.h40 virtual bool setRedc(uint32_t value) = 0;
DVibrator.cpp99 mHwApi->setRedc(caldata);