Searched refs:setLpTriggerEffect (Results 1 – 6 of 6) sorted by relevance
35 MOCK_METHOD1(setLpTriggerEffect, bool(uint32_t value));
214 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()
360 &Vibrator::HwApi::setLpTriggerEffect),
49 bool setLpTriggerEffect(uint32_t value) override { return set(value, &mLpTriggerEffect); } in setLpTriggerEffect() function
362 if (!mHwApi->setLpTriggerEffect(index)) { in alwaysOnEnable()377 mHwApi->setLpTriggerEffect(0); in alwaysOnDisable()
72 virtual bool setLpTriggerEffect(uint32_t value) = 0;