Home
last modified time | relevance | path

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

/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dproducer_queue_channel.h50 void RemoveConsumer(ConsumerQueueChannel* channel);
Dproducer_channel.h68 void RemoveConsumer(ConsumerChannel* channel);
/frameworks/native/services/vr/bufferhubd/
Dconsumer_channel.cpp34 producer->RemoveConsumer(this); in ~ConsumerChannel()
Dconsumer_queue_channel.cpp29 producer->RemoveConsumer(this); in ~ConsumerQueueChannel()
Dproducer_queue_channel.cpp391 void ProducerQueueChannel::RemoveConsumer(ConsumerQueueChannel* channel) { in RemoveConsumer() function in android::dvr::ProducerQueueChannel
Dproducer_channel.cpp592 void ProducerChannel::RemoveConsumer(ConsumerChannel* channel) { in RemoveConsumer() function in android::dvr::ProducerChannel