Searched refs:GetProducer (Results 1 – 4 of 4) sorted by relevance
25 GetProducer()->AddConsumer(this); in ConsumerChannel()33 if (auto producer = GetProducer()) { in ~ConsumerChannel()40 if (auto producer = GetProducer()) { in GetBufferInfo()50 std::shared_ptr<ProducerChannel> ConsumerChannel::GetProducer() const { in GetProducer() function in android::dvr::ConsumerChannel68 auto producer = GetProducer(); in HandleMessage()102 if (auto producer = GetProducer()) { in OnGetBuffer()111 auto producer = GetProducer(); in OnConsumerAcquire()134 auto producer = GetProducer(); in OnConsumerRelease()
21 GetProducer()->AddConsumer(this); in ConsumerQueueChannel()28 if (auto producer = GetProducer()) { in ~ConsumerQueueChannel()35 auto producer = GetProducer(); in HandleMessage()62 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer() in GetProducer() function in android::dvr::ConsumerQueueChannel73 if (auto producer = GetProducer()) { in GetBufferInfo()
34 std::shared_ptr<ProducerChannel> GetProducer() const;
60 std::shared_ptr<ProducerQueueChannel> GetProducer() const;