Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h205 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;
296 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId);
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1068 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3612 std::vector<TouchVideoFrame> frames = mDevice->getEventHub()->getVideoFrames(deviceId); in dispatchMotion()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp634 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::FakeEventHub