Searched refs:FeedingSmootherListener (Results 1 – 7 of 7) sorted by relevance
24 class FeedingSmootherListener {26 FeedingSmootherListener(std::weak_ptr<IFeedableDataProducer> producer) in FeedingSmootherListener() function28 ~FeedingSmootherListener() = default;
44 void RegisterListener(const std::shared_ptr<FeedingSmootherListener>& listener);75 std::shared_ptr<FeedingSmootherListener> listener_ = nullptr;
21 int32_t FeedingSmootherListener::OnSmoothFinished(const std::shared_ptr<IFeedableData>& data) in OnSmoothFinished()
77 std::shared_ptr<FeedingSmootherListener> smootherListener_ = nullptr;
98 auto listener = std::make_shared<FeedingSmootherListener>(streamProcess1);
258 void IFeedingSmoother::RegisterListener(const std::shared_ptr<FeedingSmootherListener>& listener) in RegisterListener()
71 smootherListener_ = std::make_shared<FeedingSmootherListener>(shared_from_this()); in Start()