Searched refs:videoFrames (Results 1 – 8 of 8) sorted by relevance
72 const std::vector<TouchVideoFrame>& videoFrames) in NotifyMotionArgs() argument92 videoFrames(videoFrames) { in NotifyMotionArgs()114 downTime == rhs.downTime && videoFrames == rhs.videoFrames; in operator ==()
338 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
72 std::vector<TouchVideoFrame> videoFrames = {frame}; in TEST() local77 videoFrames); in TEST()
211 motionArgs.videoFrames = {frame}; in TEST_F()232 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
224 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument225 mVideoFrames = std::move(videoFrames); in setVideoFrames()
152 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames);
8939 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()8947 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()8968 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()8998 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()9023 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()9053 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
121 std::vector<TouchVideoFrame> videoFrames; member132 const std::vector<TouchVideoFrame>& videoFrames);