Searched refs:setGpioFallIndex (Results 1 – 6 of 6) sorted by relevance
43 MOCK_METHOD1(setGpioFallIndex, bool(uint32_t value));
259 EXPECT_CALL(*mMockApi, setGpioFallIndex(_)).Times(times); in relaxMock()707 EXPECT_CALL(*mMockApi, setGpioFallIndex(EFFECT_INDEX.at(effect))) in TEST_P()725 EXPECT_CALL(*mMockApi, setGpioFallIndex(0)).WillOnce(Return(true)); in TEST_P()
316 &Vibrator::HwApi::setGpioFallIndex),
71 bool setGpioFallIndex(uint32_t value) override { return set(value, &mGpioFallIndex); } in setGpioFallIndex() function
83 virtual bool setGpioFallIndex(uint32_t value) = 0;
634 mHwApi->setGpioFallIndex(effectIndex); in alwaysOnEnable()650 mHwApi->setGpioFallIndex(0); in alwaysOnDisable()