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 ==()
DInputCommonConverter.cpp334 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
/frameworks/native/services/inputflinger/tests/
DInputClassifier_test.cpp217 motionArgs.videoFrames = {frame}; in TEST_F()
238 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
DInputReader_test.cpp710 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument
711 mVideoFrames = std::move(videoFrames); in setVideoFrames()
8933 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
8941 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()
8963 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
8994 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
9019 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
9049 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
/frameworks/native/services/inputflinger/include/
DInputListener.h125 std::vector<TouchVideoFrame> videoFrames; member
136 const std::vector<TouchVideoFrame>& videoFrames);