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