Home
last modified time | relevance | path

Searched refs:beginAsyncSection (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/
DATraceLoggerTransitionProgressListener.kt38 Trace.beginAsyncSection(traceName, /* cookie= */ 0) in onTransitionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DPendingTasksContainer.kt40 Trace.beginAsyncSection("PendingTasksContainer#$name", 0) in registerTask()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DTracePerfTest.java75 Trace.beginAsyncSection("testAsyncBeginEnd", 42); in testAsyncBeginEnd()
/frameworks/libs/systemui/tracinglib/core/android/src-public-api/src/
DTraceProxy.jetpack.kt40 Trace.beginAsyncSection(methodName, cookie) in asyncTraceBegin()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayChangeController.java119 Trace.beginAsyncSection(HANDLE_DISPLAY_CHANGE_TRACE_TAG, callback.hashCode()); in onDisplayChange()
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteDisplayChangeController.java89 Trace.beginAsyncSection(REMOTE_DISPLAY_CHANGE_TRACE_TAG, callback.hashCode()); in performRemoteDisplayChange()
DDeferredDisplayUpdater.java336 Trace.beginAsyncSection(TRACE_TAG_WAIT_FOR_TRANSITION, screenUnblocker.hashCode()); in waitForTransition()
/frameworks/base/core/java/android/os/
DTrace.java500 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection() method in Trace
/frameworks/base/core/tests/coretests/src/android/os/
DTraceTest.java72 Trace.beginAsyncSection(TAG, 42); in testBeginEnd()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceRepository.java87 Trace.beginAsyncSection(tag, 0); in onDisplayDeviceEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java92 Trace.beginAsyncSection("LockIcon#Animation", newState);
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DPhysicsBasedUnfoldTransitionProgressProvider.kt279 Trace.beginAsyncSection("$TAG#cannedAnimatorRunning", 0) in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepository.kt327 TransitionState.STARTED -> Trace.beginAsyncSection(traceName, traceCookie) in logAndTrace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFullscreenLightRevealAnimation.kt187 Trace.beginAsyncSection("$TAG#relayout", 0) in prepareOverlay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DSeekBarViewModel.kt317 Trace.beginAsyncSection(TRACE_POSITION_NAME, traceCookie) in checkIfPollingNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java471 Trace.beginAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)); in apply()
1148 Trace.beginAsyncSection(ASYNC_TASK_TRACE_METHOD, System.identityHashCode(this));
DNotificationRowContentBinderImpl.kt395 Trace.beginAsyncSection(ASYNC_TASK_TRACE_METHOD, System.identityHashCode(this)) in <lambda>()
813 Trace.beginAsyncSection(APPLY_TRACE_METHOD, System.identityHashCode(row)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/
DMediaControlViewBinder.kt420 Trace.beginAsyncSection(traceName, traceCookie) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java553 Trace.beginAsyncSection(onDrawWaitingTraceTag, traceCookie);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java879 Trace.beginAsyncSection(traceName, traceCookie); in bindArtworkAndColors()
996 Trace.beginAsyncSection(traceName, traceCookie); in bindRecommendationArtwork()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1926 Trace.beginAsyncSection(pixelCopySectionName, pixelCopyCount); in updatePage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt12893 HSPLandroid/os/Trace;->beginAsyncSection(Ljava/lang/String;I)V
/frameworks/base/config/
Dboot-image-profile.txt12896 HSPLandroid/os/Trace;->beginAsyncSection(Ljava/lang/String;I)V
/frameworks/base/core/api/
Dcurrent.txt33985 method public static void beginAsyncSection(@NonNull String, int);