Searched refs:endSection (Results 1 - 12 of 12) 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();
H A DInputStreamBuffer.java133 Trace.endSection();
136 Trace.endSection();
162 Trace.endSection();
171 Trace.endSection();
175 Trace.endSection();
192 Trace.endSection();
238 Trace.endSection();
264 Trace.endSection();
272 Trace.endSection();
310 Trace.endSection();
[all...]
/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();
H A DInputStreamBuffer.java133 Trace.endSection();
136 Trace.endSection();
162 Trace.endSection();
171 Trace.endSection();
175 Trace.endSection();
192 Trace.endSection();
238 Trace.endSection();
264 Trace.endSection();
272 Trace.endSection();
310 Trace.endSection();
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedPooledCache.java82 Trace.endSection();
92 Trace.endSection();
104 Trace.endSection();
113 Trace.endSection();
117 Trace.endSection();
125 Trace.endSection();
152 Trace.endSection();
159 Trace.endSection();
H A DContiguousFIFOAggregator.java115 Trace.endSection();
150 Trace.endSection();
173 Trace.endSection();
181 Trace.endSection();
204 Trace.endSection();
215 Trace.endSection();
H A DDecodeTask.java128 Trace.endSection();
145 Trace.endSection();
159 Trace.endSection();
170 Trace.endSection();
184 Trace.endSection();
217 Trace.endSection();
267 Trace.endSection();
363 Trace.endSection();
392 Trace.endSection();
481 Trace.endSection();
[all...]
H A DUnrefedBitmapCache.java101 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/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java145 Trace.endSection();
149 Trace.endSection();
178 Trace.endSection();
191 Trace.endSection();
207 Trace.endSection();
225 Trace.endSection();
295 Trace.endSection();
H A DExtendedBitmapDrawable.java416 Trace.endSection();
/frameworks/base/core/java/android/os/
H A DTrace.java262 * be followed by a corresponding call to {@link #endSection()} on the same thread.
284 * ensure that beginSection / endSection pairs are properly nested and called from the same
287 public static void endSection() { method in class:Trace

Completed in 1148 milliseconds