Searched refs:getVideoFrames (Results 1 – 5 of 5) sorted by relevance
308 inline std::vector<TouchVideoFrame> getVideoFrames() { return mEventHub->getVideoFrames(mId); } in getVideoFrames() function
280 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;489 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override final;
1718 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
3652 std::vector<TouchVideoFrame> frames = getDeviceContext().getVideoFrames(); in dispatchMotion()
771 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override { in getVideoFrames() function in android::FakeEventHub