Searched refs:getVideoFrames (Results 1 – 5 of 5) sorted by relevance
236 inline std::vector<TouchVideoFrame> getVideoFrames() { return mEventHub->getVideoFrames(mId); } in getVideoFrames() function
204 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;297 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override;
1088 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
3576 std::vector<TouchVideoFrame> frames = getDeviceContext().getVideoFrames(); in dispatchMotion()
690 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::FakeEventHub