Searched refs:uploadOwtEffect (Results 1 – 5 of 5) sorted by relevance
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 231 ON_CALL(*mMockApi, uploadOwtEffect(_, _, _, _, _, _)).WillByDefault(Return(true)); in createMock() 524 eSetup += EXPECT_CALL(*mMockApi, uploadOwtEffect(_, _, _, _, _, _)) in TEST_P() 638 eSetup += EXPECT_CALL(*mMockApi, uploadOwtEffect(_, _, _, _, _, _)) in TEST_P()
|
D | mocks.h | 53 MOCK_METHOD6(uploadOwtEffect,
|
/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.h | 92 virtual bool uploadOwtEffect(int fd, const uint8_t *owtData, const uint32_t numBytes,
|
D | Hardware.h | 194 …bool uploadOwtEffect(int fd, const uint8_t *owtData, const uint32_t numBytes, struct ff_effect *ef… in uploadOwtEffect() function
|
D | Vibrator.cpp | 1007 if (!mHwApiDef->uploadOwtEffect(mInputFd, ch->front(), ch->size(), &mFfEffects[effectIndex], in on() 1012 if (mIsDual && !mHwApiDual->uploadOwtEffect(mInputFdDual, ch->front(), ch->size(), in on()
|