Home
last modified time | relevance | path

Searched defs:logOutput (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
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.cpp129 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 DTraceUtils.java117 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec()