Searched refs:videoFrames (Results 1 – 5 of 5) sorted by relevance
97 const std::vector<TouchVideoFrame>& videoFrames) : in NotifyMotionArgs() argument105 videoFrames(videoFrames) { in NotifyMotionArgs()120 videoFrames(other.videoFrames) { in NotifyMotionArgs()148 && videoFrames == rhs.videoFrames; in operator ==()
379 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
123 std::vector<TouchVideoFrame> videoFrames; member134 const std::vector<TouchVideoFrame>& videoFrames);
229 motionArgs.videoFrames = {frame}; in TEST_F()250 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
516 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument517 mVideoFrames = std::move(videoFrames); in setVideoFrames()6467 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()6475 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()6499 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()6523 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()