Searched refs:isPassthroughI2sHapticSupported (Results 1 – 5 of 5) sorted by relevance
48 MOCK_METHOD0(isPassthroughI2sHapticSupported, bool());
306 EXPECT_CALL(*mMockApi, isPassthroughI2sHapticSupported()).Times(times); in relaxMock()390 EXPECT_CALL(*mMockApi, isPassthroughI2sHapticSupported()).WillOnce(Return(false)); in TEST_F()
105 virtual bool isPassthroughI2sHapticSupported() = 0;
299 bool isPassthroughI2sHapticSupported() override { in isPassthroughI2sHapticSupported() function
281 mHasPassthroughHapticDevice = mHwApi->isPassthroughI2sHapticSupported();