Searched defs:strerror (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/include/
H A DEGLUtils.h37 static inline const char *strerror(EGLint err);
54 const char *EGLUtils::strerror(EGLint err) function in class:android::EGLUtils
/frameworks/rs/driver/
H A DrsdGL.cpp55 static const char *strerror(EGLint err) { function in struct:EGLUtils
83 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp62 static const char *strerror(EGLint err) { function in struct:EGLUtils
87 token, int(error), EGLUtils::strerror(error));

Completed in 196 milliseconds