Searched refs:videoFrames (Results 1 – 5 of 5) sorted by relevance
105 const std::vector<TouchVideoFrame>& videoFrames) in NotifyMotionArgs() argument125 videoFrames(videoFrames) { in NotifyMotionArgs()152 videoFrames(other.videoFrames) { in NotifyMotionArgs()175 downTime == rhs.downTime && videoFrames == rhs.videoFrames; in operator ==()
379 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
233 motionArgs.videoFrames = {frame}; in TEST_F()254 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
631 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument632 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()
126 std::vector<TouchVideoFrame> videoFrames; member137 const std::vector<TouchVideoFrame>& videoFrames);