Searched defs:GetProducer (Results 1 - 2 of 2) 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()) {

Completed in 62 milliseconds