Searched refs:videoFrames (Results 1 – 5 of 5) sorted by relevance
105 const std::vector<TouchVideoFrame>& videoFrames) in NotifyMotionArgs() argument124 videoFrames(videoFrames) { in NotifyMotionArgs()150 videoFrames(other.videoFrames) { in NotifyMotionArgs()172 downTime == rhs.downTime && videoFrames == rhs.videoFrames; in operator ==()
379 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
122 std::vector<TouchVideoFrame> videoFrames; member133 const std::vector<TouchVideoFrame>& videoFrames);
232 motionArgs.videoFrames = {frame}; in TEST_F()253 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
564 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument565 mVideoFrames = std::move(videoFrames); in setVideoFrames()6929 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()6937 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()6960 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()6983 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()