Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dmocks.h26 MOCK_METHOD1(setF0, bool(uint32_t value));
H A Dtest-hwapi.cpp306 SetUint32Test::MakeParam("device/f0_stored", &Vibrator::HwApi::setF0),
H A Dtest-vibrator.cpp229 EXPECT_CALL(*mMockApi, setF0(_)).Times(times); in relaxMock()
286 EXPECT_CALL(*mMockApi, setF0(f0Val)).InSequence(f0Seq).WillOnce(Return(true)); in TEST_F()
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DHardware.h38 bool setF0(std::string value) override { return set(value, &mF0); } in setF0() function
H A DVibrator.h39 virtual bool setF0(std::string value) = 0;
H A DVibrator.cpp321 mHwApi->setF0(caldata);
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DHardware.h53 bool setF0(uint32_t value) override { return set(value, &mF0); } in setF0() function
H A DVibrator.h38 virtual bool setF0(uint32_t value) = 0;
H A DVibrator.cpp204 mHwApi->setF0(caldata);