Searched refs:getVideoFrames (Results 1 – 4 of 4) sorted by relevance
205 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;296 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId);
1068 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
3612 std::vector<TouchVideoFrame> frames = mDevice->getEventHub()->getVideoFrames(deviceId); in dispatchMotion()
634 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::FakeEventHub