Searched refs:BufferReference (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp72 // here we don't even have to read the BufferReference from
93 // BufferReference just keeps a strong reference to a GraphicBuffer until it
96 class BufferReference : public BBinder { class in inherits:BBinder
99 BufferReference(const sp<GraphicBuffer>& buffer) : mBuffer(buffer) {} function in class:android::BufferReference
118 // We add a BufferReference to this parcel to make sure the
124 reply->writeStrongBinder( new BufferReference(result) );

Completed in 75 milliseconds