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

/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp60 // here we don't even have to read the BufferReference from
77 /* BufferReference just keeps a strong reference to a
81 class BufferReference : public BBinder { class in inherits:BBinder
84 BufferReference(const sp<GraphicBuffer>& buffer) : buffer(buffer) { } function in class:android::BufferReference
101 // We add a BufferReference to this parcel to make sure the
107 reply->writeStrongBinder( new BufferReference(result) );

Completed in 18 milliseconds