Searched defs:ProducerChannel (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
H A Dproducer_channel.h25 class ProducerChannel : public BufferHubChannel { class in namespace:android::dvr
33 static std::unique_ptr<ProducerChannel> Create(BufferHubService* service,
39 static pdx::Status<std::shared_ptr<ProducerChannel>> Create(
44 ~ProducerChannel() override;
101 ProducerChannel(BufferHubService* service, int buffer_id, int channel_id,
104 ProducerChannel(BufferHubService* service, int channel, uint32_t width,
114 ProducerChannel(const ProducerChannel&) = delete;
115 void operator=(const ProducerChannel&) = delete;
H A Dproducer_channel.cpp38 ProducerChannel::ProducerChannel(BufferHubService* service, int buffer_id, function in class:android::dvr::ProducerChannel
49 ALOGE("ProducerChannel::ProducerChannel: Invalid buffer.");
54 ALOGE("ProducerChannel::ProducerChannel: Invalid metadata buffer.");
62 ProducerChannel::ProducerChannel(BufferHubService* service, int channel_id, function in class:android::dvr::ProducerChannel
74 ALOGE("ProducerChannel::ProducerChannel
[all...]

Completed in 9 milliseconds