Home
last modified time | relevance | path

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

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