Home
last modified time | relevance | path

Searched refs:setActivate (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-vibrator.cpp232 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock()
325 EXPECT_CALL(*mMockApi, setActivate(true)).InSequence(s1, s2, s3).WillOnce(Return(true)); in TEST_F()
331 EXPECT_CALL(*mMockApi, setActivate(false)).WillOnce(Return(true)); in TEST_F()
474 eActivate = EXPECT_CALL(*mMockApi, setActivate(true)).After(eSetup).WillOnce(Return(true)); in TEST_P()
478 EXPECT_CALL(*mMockApi, setActivate(false)).After(ePoll).WillOnce(Return(true)); in TEST_P()
588 eActivate = EXPECT_CALL(*mMockApi, setActivate(true)).After(eSetup).WillOnce(Return(true)); in TEST_P()
590 EXPECT_CALL(*mMockApi, setActivate(false)).After(ePoll).WillOnce(Return(true)); in TEST_P()
H A Dmocks.h30 MOCK_METHOD1(setActivate, bool(bool value));
H A Dtest-hwapi.cpp275 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/
H A Dtest-vibrator.cpp138 ON_CALL(*mMockApi, setActivate(_)).WillByDefault(Return(true)); in createMock()
205 EXPECT_CALL(*mMockApi, setActivate(_)).Times(times); in relaxMock()
309 EXPECT_CALL(*mMockApi, setActivate(true)).After(e).WillOnce(DoDefault()); in TEST_P()
335 EXPECT_CALL(*mMockApi, setActivate(false)).WillOnce(DoDefault()); in TEST_P()
427 EXPECT_CALL(*mMockApi, setActivate(true)).After(e).WillOnce(DoDefault()); in TEST_P()
H A Dmocks.h26 MOCK_METHOD1(setActivate, bool(bool value));
H A Dtest-hwapi.cpp254 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp289 if (!mHwApi->setActivate(0)) { in off()
472 mHwApi->setActivate(0); in on()
476 mHwApi->setActivate(1); in on()
807 mHwApi->setActivate(1); in composePwle()
1065 mHwApi->setActivate(false); in waitForComplete()
H A DHardware.h57 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate() function
H A DVibrator.h49 virtual bool setActivate(bool value) = 0;
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.cpp147 if (!mHwApi->setActivate(1)) { in on()
166 if (!mHwApi->setActivate(0)) { in off()
H A DHardware.h40 bool setActivate(bool value) override { return set(value, &mActivate); } in setActivate() function
H A DVibrator.h40 virtual bool setActivate(bool value) = 0;