Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DNotifyArgs.cpp72 const std::vector<TouchVideoFrame>& videoFrames) in NotifyMotionArgs() argument
92 videoFrames(videoFrames) { in NotifyMotionArgs()
114 downTime == rhs.downTime && videoFrames == rhs.videoFrames; in operator ==()
DInputCommonConverter.cpp338 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp72 std::vector<TouchVideoFrame> videoFrames = {frame}; in TEST() local
77 videoFrames); in TEST()
DInputProcessor_test.cpp211 motionArgs.videoFrames = {frame}; in TEST_F()
232 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
DFakeEventHub.cpp224 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument
225 mVideoFrames = std::move(videoFrames); in setVideoFrames()
DFakeEventHub.h152 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames);
DInputReader_test.cpp8939 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()
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h121 std::vector<TouchVideoFrame> videoFrames; member
132 const std::vector<TouchVideoFrame>& videoFrames);