Searched refs:ConsumerProxy (Results 1 – 2 of 2) sorted by relevance
235 struct ConsumerProxy;236 sp<ConsumerProxy> mConsumerProxy;
290 struct GraphicBufferSource::ConsumerProxy : public BufferQueue::ConsumerListener { struct in android::GraphicBufferSource291 ConsumerProxy(const wp<GraphicBufferSource> &gbs) : mGbs(gbs) {} in ConsumerProxy() function293 ~ConsumerProxy() = default;357 mConsumerProxy = new ConsumerProxy(this); in GraphicBufferSource()