Home
last modified time | relevance | path

Searched refs:errOut (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.h59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
DEglManager.cpp549 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() argument
557 if (errOut) { in makeCurrent()
558 *errOut = eglGetError(); in makeCurrent()
560 egl_error_str(*errOut)); in makeCurrent()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceShellCommand.java443 final PrintWriter errOut = getErrPrintWriter(); in onCommand()
444 errOut.println(); in onCommand()
445 errOut.println("Exception occurred while executing '" + cmd + "':"); in onCommand()
446 e.printStackTrace(errOut); in onCommand()