Home
last modified time | relevance | path

Searched refs:producer_owns_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.cpp69 producer_owns_(true), in ProducerChannel()
256 buffer_id(), producer_owns_); in CreateConsumer()
291 if (!producer_owns_ && in CreateConsumer()
312 if (!producer_owns_) { in OnProducerPost()
346 producer_owns_ = false; in OnProducerPost()
365 if (producer_owns_) { in OnProducerGain()
381 producer_owns_ = true; in OnProducerGain()
445 if (producer_owns_) { in OnConsumerAcquire()
460 if (producer_owns_) { in OnConsumerRelease()
Dproducer_channel.h91 bool producer_owns_; variable