Searched defs:IGraphicBufferProducer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h51 class IGraphicBufferProducer : public IInterface class in namespace:android
62 // the IGraphicBufferProducer implementation) assigns the newly created
183 // connect attempts to connect a client API to the IGraphicBufferProducer.
184 // This must be called before any other IGraphicBufferProducer methods are
188 // IGraphicBufferProducer and no corresponding disconnect call was made.
199 // IGraphicBufferProducer. Calling this method will cause any subsequent
200 // calls to other IGraphicBufferProducer methods to fail except for
204 // This method will fail if the the IGraphicBufferProducer is not currently
211 class BnGraphicBufferProducer : public BnInterface<IGraphicBufferProducer>

Completed in 82 milliseconds