Home
last modified time | relevance | path

Searched refs:stopTrace (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java108 void stopTrace(@Nullable PrintWriter pw) { in stopTrace() method in WindowTracing
109 stopTrace(pw, true /* writeToFile */); in stopTrace()
117 void stopTrace(@Nullable PrintWriter pw, boolean writeToFile) { in stopTrace() method in WindowTracing
180 stopTrace(pw); in onShellCommand()
DWindowManagerService.java430 mWindowTracing.stopTrace(null, false /* writeToFile */);
5289 mWindowTracing.stopTrace(null /* printwriter */); in stopWindowTrace()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTracingTest.java114 mWindowTracing.stopTrace(mock(PrintWriter.class)); in isEnabled_returnsFalseAfterStop()
134 mWindowTracing.stopTrace(mock(PrintWriter.class)); in traceFile_startsWithMagicHeader()
157 mWindowTracing.stopTrace(mock(PrintWriter.class)); in tracing_endsUpInFile()
/frameworks/native/cmds/atrace/
Datrace.cpp895 static void stopTrace() in stopTrace() function
1369 stopTrace(); in main()