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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h54 bool setPreserveBuffer(EGLSurface surface, bool preserve);
H A DEglManager.cpp287 bool EglManager::setPreserveBuffer(EGLSurface surface, bool preserve) { argument
293 preserve ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTROYED);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java161 * stop all running graphs (closing their filters). If the context does not preserve frames on
219 * @param preserve true, to preserve frames when the context is paused.
223 public void setPreserveFramesOnPause(boolean preserve) { argument
224 mPreserveFramesOnPause = preserve;

Completed in 100 milliseconds