Searched defs:endSection (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DTrace.java43 * @see android.os.Trace#endSection()
45 public static void endSection() { method in class:Trace
47 android.os.Trace.endSection();
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DTrace.java43 * @see android.os.Trace#endSection()
45 public static void endSection() { method in class:Trace
47 android.os.Trace.endSection();
/frameworks/support/compat/java/android/support/v4/os/
H A DTraceCompat.java33 * be followed by a corresponding call to {@link #endSection()} on the same thread.
53 * ensure that beginSection / endSection pairs are properly nested and called from the same
56 public static void endSection() { method in class:TraceCompat
58 Trace.endSection();
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java56 * be followed by a corresponding call to {@link #endSection()} on the same thread.
79 * that beginSection / endSection pairs are properly nested and called from
83 public static void endSection() { method in class:SysTrace
86 Log.v(TAG, String.format("endSection[%d]", sNestingLevel));
95 * tag. Unlike {@link #beginSection} and {@link #endSection},
/frameworks/base/core/java/android/os/
H A DTrace.java286 * be followed by a corresponding call to {@link #endSection()} on the same thread.
308 * ensure that beginSection / endSection pairs are properly nested and called from the same
311 public static void endSection() { method in class:Trace

Completed in 736 milliseconds