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

  /frameworks/native/services/vr/bufferhubd/
producer_channel.cpp 27 ProducerChannel::ProducerChannel(BufferHubService* service, int channel_id,
39 ALOGE("ProducerChannel::ProducerChannel: Failed to allocate buffer: %s",
49 Status<std::shared_ptr<ProducerChannel>> ProducerChannel::Create(
54 std::shared_ptr<ProducerChannel> producer(
55 new ProducerChannel(service, channel_id, width, height, layer_count,
63 ProducerChannel::~ProducerChannel() {
    [all...]
producer_channel.h 25 class ProducerChannel : public BufferHubChannel {
33 static pdx::Status<std::shared_ptr<ProducerChannel>> Create(
38 ~ProducerChannel() override;
93 ProducerChannel(BufferHubService* service, int channel, uint32_t width,
102 ProducerChannel(const ProducerChannel&) = delete;
103 void operator=(const ProducerChannel&) = delete;

Completed in 54 milliseconds