Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h207 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;
300 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId);
DEventHub.cpp1059 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
DInputReader.cpp6536 std::vector<TouchVideoFrame> frames = mDevice->getEventHub()->getVideoFrames(deviceId); in dispatchMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp622 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::FakeEventHub