Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowTracingTest.java103 mWindowTracing.stopTrace(mock(PrintWriter.class)); in isEnabled_returnsFalseAfterStop()
124 mWindowTracing.stopTrace(mock(PrintWriter.class)); in traceFile_startsWithMagicHeader()
145 mWindowTracing.stopTrace(mock(PrintWriter.class)); in tracing_endsUpInFile()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java93 void stopTrace(@Nullable PrintWriter pw) { in stopTrace() method in WindowTracing
179 stopTrace(pw); in onShellCommand()
DWindowManagerService.java5493 mWindowTracing.stopTrace(null /* printwriter */); in stopWindowTrace()
/frameworks/native/cmds/atrace/
Datrace.cpp913 static void stopTrace() in stopTrace() function
1310 stopTrace(); in main()