Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp97 const std::vector<TouchVideoFrame>& videoFrames) : in NotifyMotionArgs() argument
105 videoFrames(videoFrames) { in NotifyMotionArgs()
120 videoFrames(other.videoFrames) { in NotifyMotionArgs()
148 && videoFrames == rhs.videoFrames; in operator ==()
DInputClassifierConverter.cpp379 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
/frameworks/native/services/inputflinger/tests/
DInputClassifier_test.cpp176 motionArgs.videoFrames = {frame}; in TEST_F()
197 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
DInputReader_test.cpp504 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument
505 mVideoFrames = std::move(videoFrames); in setVideoFrames()
6445 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
6453 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()
6477 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
6501 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
/frameworks/native/services/inputflinger/include/
DInputListener.h123 std::vector<TouchVideoFrame> videoFrames; member
134 const std::vector<TouchVideoFrame>& videoFrames);