Home
last modified time | relevance | path

Searched refs:isPassthroughI2sHapticSupported (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h48 MOCK_METHOD0(isPassthroughI2sHapticSupported, bool());
Dtest-vibrator.cpp306 EXPECT_CALL(*mMockApi, isPassthroughI2sHapticSupported()).Times(times); in relaxMock()
390 EXPECT_CALL(*mMockApi, isPassthroughI2sHapticSupported()).WillOnce(Return(false)); in TEST_F()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h105 virtual bool isPassthroughI2sHapticSupported() = 0;
DHardware.h299 bool isPassthroughI2sHapticSupported() override { in isPassthroughI2sHapticSupported() function
DVibrator.cpp281 mHasPassthroughHapticDevice = mHwApi->isPassthroughI2sHapticSupported();