Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/tests/
Dmocks.h35 MOCK_METHOD1(setLpTriggerEffect, bool(uint32_t value));
Dtest-vibrator.cpp214 EXPECT_CALL(*mMockApi, setLpTriggerEffect(_)).Times(times); in relaxMock()
451 EXPECT_CALL(*mMockApi, setLpTriggerEffect(index)).WillOnce(Return(true)); in TEST_P()
493 EXPECT_CALL(*mMockApi, setLpTriggerEffect(index)).WillOnce(Return(true)); in TEST_P()
503 EXPECT_CALL(*mMockApi, setLpTriggerEffect(0)).WillOnce(Return(true)); in TEST_P()
Dtest-hwapi.cpp360 &Vibrator::HwApi::setLpTriggerEffect),
/hardware/google/pixel/vibrator/drv2624/
DHardware.h49 bool setLpTriggerEffect(uint32_t value) override { return set(value, &mLpTriggerEffect); } in setLpTriggerEffect() function
DVibrator.cpp362 if (!mHwApi->setLpTriggerEffect(index)) { in alwaysOnEnable()
377 mHwApi->setLpTriggerEffect(0); in alwaysOnDisable()
DVibrator.h72 virtual bool setLpTriggerEffect(uint32_t value) = 0;