Searched refs:endSection (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/support/compat/src/main/java/androidx/core/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/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/support/core/ktx/src/main/java/androidx/core/os/
H A DTrace.kt23 * and [Trace.endSection].
30 TraceCompat.endSection()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DAppTrace.java63 public static void endSection() { method in class:AppTrace
64 android.os.Trace.endSection();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DFingerprintUnlockController.java173 Trace.endSection();
180 Trace.endSection();
194 Trace.endSection();
221 Trace.endSection();
227 Trace.endSection();
238 Trace.endSection();
258 Trace.endSection();
265 Trace.endSection();
297 Trace.endSection();
H A DUnlockMethodCache.java107 Trace.endSection();
141 Trace.endSection();
145 Trace.endSection();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java87 Trace.endSection();
95 Trace.endSection();
138 Trace.endSection();
146 Trace.endSection();
155 Trace.endSection();
164 Trace.endSection();
191 Trace.endSection();
223 Trace.endSection();
H A DKeyguardViewMediator.java576 Trace.endSection();
588 Trace.endSection();
598 Trace.endSection();
605 Trace.endSection();
615 Trace.endSection();
998 Trace.endSection();
1004 Trace.endSection();
1011 Trace.endSection();
1178 Trace.endSection();
1197 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();
484 Trace.endSection();
[all...]
H A DUnrefedBitmapCache.java101 Trace.endSection();
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DSlowBindRecyclerViewActivity.java51 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.java177 Trace.endSection();
181 Trace.endSection();
210 Trace.endSection();
223 Trace.endSection();
239 Trace.endSection();
257 Trace.endSection();
336 Trace.endSection();
/frameworks/base/core/java/android/os/
H A DTrace.java290 * be followed by a corresponding call to {@link #endSection()} on the same thread.
312 * ensure that beginSection / endSection pairs are properly nested and called from the same
315 public static void endSection() { method in class:Trace
/frameworks/base/telephony/java/android/telephony/
H A DLocationAccessPolicy.java90 Trace.endSection();
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeScreenBrightness.java105 Trace.endSection();
/frameworks/base/core/java/com/android/internal/widget/
H A DGapWorker.java318 Trace.endSection();
376 Trace.endSection();
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTaskStackChangeListeners.java201 Trace.endSection();
210 Trace.endSection();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java359 Trace.endSection();
360 Trace.endSection();
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGapWorker.java336 TraceCompat.endSection();
402 TraceCompat.endSection();

Completed in 312 milliseconds

12