Searched refs:errorLog (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/cmd/ |
D | cmd.cpp | 67 MyShellCallback(TextOutput& errorLog) : mErrorLog(errorLog) {} in MyShellCallback() argument 167 int cmdMain(const std::vector<std::string_view>& argv, TextOutput& outputLog, TextOutput& errorLog, in cmdMain() argument 181 errorLog << "cmd: Unable to get default service manager!" << endl; in cmdMain() 188 …errorLog << "cmd: No service specified; use -l to list all running services. Use -w to start and w… in cmdMain() 226 errorLog << "cmd: Can't find service: " << cmd << endl; in cmdMain() 230 sp<MyShellCallback> cb = new MyShellCallback(errorLog); in cmdMain()
|
D | cmd.h | 30 android::TextOutput& errorLog, int in, int out, int err, RunMode runMode);
|
/frameworks/native/libs/renderengine/gl/filters/ |
D | GenericProgram.cpp | 80 string errorLog; in compileShader() local 81 errorLog.reserve(maxLength); in compileShader() 82 glGetShaderInfoLog(shader, maxLength, &maxLength, errorLog.data()); in compileShader() 84 ALOGE("Error compiling shader: %s", errorLog.c_str()); in compileShader()
|