Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dmocks.h40 MOCK_METHOD1(setQ, bool(std::string value));
Dtest-hwapi.cpp281 SetStringTest::MakeParam("calibration/q_stored", &Vibrator::HwApi::setQ),
Dtest-vibrator.cpp286 EXPECT_CALL(*mMockApi, setQ(_)).Times(times); in relaxMock()
356 EXPECT_CALL(*mMockApi, setQ(qVal)).InSequence(qSeq).WillOnce(Return(true)); in TEST_F()
/device/google/felix/vibrator/cs40l26/
DVibrator.h62 virtual bool setQ(std::string value) = 0;
DHardware.h90 bool setQ(std::string value) override { return set(value, &mQ); } in setQ() function
DVibrator.cpp600 mHwApiDef->setQ(caldata);
627 mHwApiDual->setQ(caldata);