HomeSort by relevance Sort by last modified time
    Searched defs:GetProducer (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/vr/bufferhubd/
consumer_channel.cpp 28 GetProducer()->AddConsumer(this);
36 if (auto producer = GetProducer()) {
45 if (auto producer = GetProducer()) {
53 std::shared_ptr<ProducerChannel> ConsumerChannel::GetProducer() const {
68 auto producer = GetProducer();
107 auto producer = GetProducer();
126 auto producer = GetProducer();
147 auto producer = GetProducer();
consumer_queue_channel.cpp 22 GetProducer()->AddConsumer(this);
29 if (auto producer = GetProducer()) {
36 auto producer = GetProducer();
63 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer()
74 if (auto producer = GetProducer()) {

Completed in 493 milliseconds