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

/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_channel.cpp27 GetProducer()->AddConsumer(this);
35 if (auto producer = GetProducer()) {
42 if (auto producer = GetProducer()) {
52 std::shared_ptr<ProducerChannel> ConsumerChannel::GetProducer() const { function in class:android::dvr::ConsumerChannel
70 auto producer = GetProducer();
109 if (auto producer = GetProducer()) {
118 auto producer = GetProducer();
142 auto producer = GetProducer();
167 auto producer = GetProducer();
H A Dconsumer_queue_channel.cpp23 GetProducer()->AddConsumer(this);
30 if (auto producer = GetProducer()) {
37 auto producer = GetProducer();
64 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer() function in class:android::dvr::ConsumerQueueChannel
75 if (auto producer = GetProducer()) {
H A Dconsumer_channel.h34 std::shared_ptr<ProducerChannel> GetProducer() const;
H A Dconsumer_queue_channel.h45 std::shared_ptr<ProducerQueueChannel> GetProducer() const;

Completed in 31 milliseconds