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

  /frameworks/native/services/vr/bufferhubd/
consumer_queue_channel.cpp 5 #include "producer_channel.h"
85 const std::shared_ptr<ProducerChannel>& producer_channel, size_t slot) {
89 buffer_id(), producer_channel->buffer_id(), slot, silent_);
92 pending_buffer_slots_.emplace(producer_channel, slot);
113 auto producer_channel = pending_buffer_slots_.front().first.lock(); local
119 if (producer_channel == nullptr) {
126 auto status = producer_channel->CreateConsumer(message);
producer_queue_channel.cpp 6 #include "producer_channel.h"
235 auto producer_channel = producer_channel_status.take(); local
243 service()->SetChannel(buffer_id, producer_channel);
266 buffers_[slot] = producer_channel;
275 consumer_channel->RegisterNewBuffer(producer_channel, slot);

Completed in 123 milliseconds