Home
last modified time | relevance | path

Searched refs:reportBufferRemoval (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DSurface.h316 bool reportBufferRemoval);
322 int api, bool reportBufferRemoval,
/frameworks/native/libs/gui/
DSurface.cpp1525 int api, bool reportBufferRemoval, const sp<SurfaceListener>& sListener) { in connect() argument
1529 return connect(api, mListenerProxy, reportBufferRemoval); in connect()
1533 int api, const sp<IProducerListener>& listener, bool reportBufferRemoval) { in connect() argument
1538 mReportRemovedBuffers = reportBufferRemoval; in connect()