Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/tests/
Dmocks.h26 MOCK_METHOD1(setF0, bool(uint32_t value));
Dtest-hwapi.cpp301 SetUint32Test::MakeParam("device/f0_stored", &Vibrator::HwApi::setF0),
Dtest-vibrator.cpp225 EXPECT_CALL(*mMockApi, setF0(_)).Times(times); in relaxMock()
281 EXPECT_CALL(*mMockApi, setF0(f0Val)).InSequence(f0Seq).WillOnce(Return(true)); in TEST_F()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h49 bool setF0(uint32_t value) override { return set(value, &mF0); } in setF0() function
DVibrator.h37 virtual bool setF0(uint32_t value) = 0;
DVibrator.cpp96 mHwApi->setF0(caldata);