Home
last modified time | relevance | path

Searched refs:AddConsumer (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dproducer_queue_channel.h49 void AddConsumer(ConsumerQueueChannel* channel);
Dproducer_channel.h67 void AddConsumer(ConsumerChannel* channel);
/frameworks/native/services/vr/bufferhubd/
Dconsumer_channel.cpp25 GetProducer()->AddConsumer(this); in ConsumerChannel()
Dconsumer_queue_channel.cpp21 GetProducer()->AddConsumer(this); in ConsumerQueueChannel()
Dproducer_queue_channel.cpp387 void ProducerQueueChannel::AddConsumer(ConsumerQueueChannel* channel) { in AddConsumer() function in android::dvr::ProducerQueueChannel
Dproducer_channel.cpp588 void ProducerChannel::AddConsumer(ConsumerChannel* channel) { in AddConsumer() function in android::dvr::ProducerChannel