Home
last modified time | relevance | path

Searched refs:logOutput (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.cpp166 cpuTracer.logOutput(log); in dumpMemoryUsage()
176 gpuTracer.logOutput(log); in dumpMemoryUsage()
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DTraceUtils.java117 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() argument
126 if (logOutput) { in exec()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaMemoryTracer.h38 void logOutput(String8& log);
H A DSkiaMemoryTracer.cpp132 void SkiaMemoryTracer::logOutput(String8& log) { in logOutput() function in android::uirenderer::skiapipeline::SkiaMemoryTracer
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DSkiaMemoryReporter.h53 void logOutput(std::string& log, bool wrappedResources = false);
H A DSkiaMemoryReporter.cpp129 void SkiaMemoryReporter::logOutput(std::string& log, bool wrappedResources) { in logOutput() function in android::renderengine::skia::SkiaMemoryReporter
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1463 cpuReporter.logOutput(result); in dump()
1478 gpuReporter.logOutput(result); in dump()
1480 gpuReporter.logOutput(result, true); in dump()
1504 gpuProtectedReporter.logOutput(result); in dump()
1506 gpuProtectedReporter.logOutput(result, true); in dump()