Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp105 const std::vector<TouchVideoFrame>& videoFrames) in NotifyMotionArgs() argument
125 videoFrames(videoFrames) { in NotifyMotionArgs()
152 videoFrames(other.videoFrames) { in NotifyMotionArgs()
175 downTime == rhs.downTime && videoFrames == rhs.videoFrames; in operator ==()
DInputClassifierConverter.cpp379 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
/frameworks/native/services/inputflinger/tests/
DInputClassifier_test.cpp233 motionArgs.videoFrames = {frame}; in TEST_F()
254 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
DInputReader_test.cpp631 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument
632 mVideoFrames = std::move(videoFrames); in setVideoFrames()
7797 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
7805 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()
7828 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
7851 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
/frameworks/native/services/inputflinger/include/
DInputListener.h126 std::vector<TouchVideoFrame> videoFrames; member
137 const std::vector<TouchVideoFrame>& videoFrames);