Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h368 bool reportBufferRemoval);
374 int api, bool reportBufferRemoval,
/frameworks/native/libs/gui/
DSurface.cpp1872 int api, bool reportBufferRemoval, const sp<SurfaceListener>& sListener) { in connect() argument
1876 return connect(api, mListenerProxy, reportBufferRemoval); in connect()
1880 int api, const sp<IProducerListener>& listener, bool reportBufferRemoval) { in connect() argument
1885 mReportRemovedBuffers = reportBufferRemoval; in connect()