Searched refs:GetProducer (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_channel.cpp28 GetProducer()->AddConsumer(this);
36 if (auto producer = GetProducer()) {
45 if (auto producer = GetProducer()) {
53 std::shared_ptr<ProducerChannel> ConsumerChannel::GetProducer() const { function in class:android::dvr::ConsumerChannel
68 auto producer = GetProducer();
107 auto producer = GetProducer();
126 auto producer = GetProducer();
147 auto producer = GetProducer();
H A Dconsumer_queue_channel.cpp22 GetProducer()->AddConsumer(this);
29 if (auto producer = GetProducer()) {
36 auto producer = GetProducer();
63 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer() function in class:android::dvr::ConsumerQueueChannel
74 if (auto producer = GetProducer()) {
H A Dconsumer_channel.h33 std::shared_ptr<ProducerChannel> GetProducer() const;
H A Dconsumer_queue_channel.h45 std::shared_ptr<ProducerQueueChannel> GetProducer() const;

Completed in 169 milliseconds