Searched refs:ConsumerProxy (Results 1 – 2 of 2) sorted by relevance
225 struct ConsumerProxy;226 sp<ConsumerProxy> mConsumerProxy;
289 struct GraphicBufferSource::ConsumerProxy : public BufferQueue::ConsumerListener { struct in android::GraphicBufferSource290 ConsumerProxy(const wp<GraphicBufferSource> &gbs) : mGbs(gbs) {} in ConsumerProxy() argument292 ~ConsumerProxy() = default;356 mConsumerProxy = new ConsumerProxy(this); in GraphicBufferSource()