Home
last modified time | relevance | path

Searched defs:getVideoFrames (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h308 inline std::vector<TouchVideoFrame> getVideoFrames() { return mEventHub->getVideoFrames(mId); } in getVideoFrames() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1717 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp787 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override { in getVideoFrames() function in android::FakeEventHub