Searched refs:GetProducer (Results 1 – 4 of 4) sorted by relevance
27 GetProducer()->AddConsumer(this); in ConsumerChannel()35 if (auto producer = GetProducer()) { in ~ConsumerChannel()42 if (auto producer = GetProducer()) { in GetBufferInfo()52 std::shared_ptr<ProducerChannel> ConsumerChannel::GetProducer() const { in GetProducer() function in android::dvr::ConsumerChannel70 auto producer = GetProducer(); in HandleMessage()109 if (auto producer = GetProducer()) { in OnGetBuffer()118 auto producer = GetProducer(); in OnConsumerAcquire()142 auto producer = GetProducer(); in OnConsumerRelease()167 auto producer = GetProducer(); in OnConsumerSetIgnore()
23 GetProducer()->AddConsumer(this); in ConsumerQueueChannel()30 if (auto producer = GetProducer()) { in ~ConsumerQueueChannel()37 auto producer = GetProducer(); in HandleMessage()64 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer() in GetProducer() function in android::dvr::ConsumerQueueChannel75 if (auto producer = GetProducer()) { in GetBufferInfo()
45 std::shared_ptr<ProducerQueueChannel> GetProducer() const;
34 std::shared_ptr<ProducerChannel> GetProducer() const;