Home
last modified time | relevance | path

Searched refs:getVideoFrames (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h308 inline std::vector<TouchVideoFrame> getVideoFrames() { return mEventHub->getVideoFrames(mId); } in getVideoFrames() function
DEventHub.h280 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;
489 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override final;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1718 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3652 std::vector<TouchVideoFrame> frames = getDeviceContext().getVideoFrames(); in dispatchMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp771 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override { in getVideoFrames() function in android::FakeEventHub