Searched defs:logOutput (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ | ||
H A D | SkiaMemoryTracer.cpp | 132 void SkiaMemoryTracer::logOutput(String8& log) { in logOutput() function in android::uirenderer::skiapipeline::SkiaMemoryTracer |
/aosp12/frameworks/native/libs/renderengine/skia/debug/ | ||
H A D | SkiaMemoryReporter.cpp | 129 void SkiaMemoryReporter::logOutput(std::string& log, bool wrappedResources) { in logOutput() function in android::renderengine::skia::SkiaMemoryReporter |
/aosp12/packages/apps/Traceur/src/com/android/traceur/ | ||
H A D | TraceUtils.java | 117 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() |