Searched refs:getVideoFrames (Results 1 – 8 of 8) sorted by relevance
371 inline std::vector<TouchVideoFrame> getVideoFrames() { return mEventHub->getVideoFrames(mId); } in getVideoFrames() function
316 virtual std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) = 0;571 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override final;
108 MOCK_METHOD(std::vector<TouchVideoFrame>, getVideoFrames, (int32_t deviceId));
185 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override;
372 std::vector<TouchVideoFrame> FakeEventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::FakeEventHub
154 std::vector<TouchVideoFrame> getVideoFrames(int32_t deviceId) override { return mVideoFrames; } in getVideoFrames() function
2112 std::vector<TouchVideoFrame> EventHub::getVideoFrames(int32_t deviceId) { in getVideoFrames() function in android::EventHub
3696 std::vector<TouchVideoFrame> frames = getDeviceContext().getVideoFrames(); in dispatchMotion()