Searched refs:ProducerQueueChannel (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
H A Dproducer_queue_channel.cpp17 ProducerQueueChannel::ProducerQueueChannel(BufferHubService* service, function in class:android::dvr::ProducerQueueChannel
29 ProducerQueueChannel::~ProducerQueueChannel() {
30 ALOGD_IF(TRACE, "ProducerQueueChannel::~ProducerQueueChannel: queue_id=%d",
37 Status<std::shared_ptr<ProducerQueueChannel>> ProducerQueueChannel::Create(
52 std::shared_ptr<ProducerQueueChannel> producer(new ProducerQueueChannel(
[all...]
H A Dproducer_queue_channel.h12 class ProducerQueueChannel : public BufferHubChannel { class in namespace:android::dvr
14 static pdx::Status<std::shared_ptr<ProducerQueueChannel>> Create(
17 ~ProducerQueueChannel() override;
50 ProducerQueueChannel(BufferHubService* service, int channel_id,
84 ProducerQueueChannel(const ProducerQueueChannel&) = delete;
85 void operator=(const ProducerQueueChannel&) = delete;
H A Dconsumer_queue_channel.cpp46 *producer, &ProducerQueueChannel::OnCreateConsumerQueue, message);
51 *producer, &ProducerQueueChannel::OnGetQueueInfo, message);
64 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer()
66 return std::static_pointer_cast<ProducerQueueChannel>(producer_.lock());
H A Dconsumer_queue_channel.h45 std::shared_ptr<ProducerQueueChannel> GetProducer() const;
H A Dbuffer_hub.h19 class ProducerQueueChannel;
H A Dbuffer_hub.cpp365 auto status = ProducerQueueChannel::Create(this, queue_id, producer_config,

Completed in 209 milliseconds