Home
last modified time | relevance | path

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

/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.h46 void AddConsumer(ConsumerQueueChannel* channel);
Dconsumer_queue_channel.cpp23 GetProducer()->AddConsumer(this); in ConsumerQueueChannel()
Dproducer_channel.h63 void AddConsumer(ConsumerChannel* channel);
Dconsumer_channel.cpp27 GetProducer()->AddConsumer(this); in ConsumerChannel()
Dproducer_queue_channel.cpp303 void ProducerQueueChannel::AddConsumer(ConsumerQueueChannel* channel) { in AddConsumer() function in android::dvr::ProducerQueueChannel
Dproducer_channel.cpp553 void ProducerChannel::AddConsumer(ConsumerChannel* channel) { in AddConsumer() function in android::dvr::ProducerChannel