Home
last modified time | relevance | path

Searched defs:videoFrames (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp72 std::vector<TouchVideoFrame> videoFrames = {frame}; in TEST() local
DFakeEventHub.cpp224 std::unordered_map<int32_t /*deviceId*/, std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames()
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp72 const std::vector<TouchVideoFrame>& videoFrames) in NotifyMotionArgs()
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h121 std::vector<TouchVideoFrame> videoFrames; member