HomeSort by relevance Sort by last modified time
    Searched refs:ConsumerQueueChannel (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/vr/bufferhubd/
consumer_queue_channel.h 16 class ConsumerQueueChannel : public BufferHubChannel {
21 ConsumerQueueChannel(BufferHubService* service, int buffer_id, int channel_id,
23 ~ConsumerQueueChannel() override;
61 ConsumerQueueChannel(const ConsumerQueueChannel&) = delete;
62 void operator=(const ConsumerQueueChannel&) = delete;
consumer_queue_channel.cpp 16 ConsumerQueueChannel::ConsumerQueueChannel(
26 ConsumerQueueChannel::~ConsumerQueueChannel() {
27 ALOGD_IF(TRACE, "ConsumerQueueChannel::~ConsumerQueueChannel: channel_id=%d",
35 bool ConsumerQueueChannel::HandleMessage(Message& message) {
36 ATRACE_NAME("ConsumerQueueChannel::HandleMessage");
56 *this, &ConsumerQueueChannel::OnConsumerQueueImportBuffers, message);
64 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer(
    [all...]
producer_queue_channel.h 46 void AddConsumer(ConsumerQueueChannel* channel);
47 void RemoveConsumer(ConsumerQueueChannel* channel);
73 std::vector<ConsumerQueueChannel*> consumer_channels_;
producer_queue_channel.cpp 116 auto consumer_queue_channel = std::make_shared<ConsumerQueueChannel>(
303 void ProducerQueueChannel::AddConsumer(ConsumerQueueChannel* channel) {
307 void ProducerQueueChannel::RemoveConsumer(ConsumerQueueChannel* channel) {
buffer_hub.h 18 class ConsumerQueueChannel;

Completed in 934 milliseconds