Searched refs:getVideoFrames (Results 1 – 4 of 4) sorted by relevance
207 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;300 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId);
1059 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
6536 std::vector<TouchVideoFrame> frames = mDevice->getEventHub()->getVideoFrames(deviceId); in dispatchMotion()
622 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::FakeEventHub