/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/ |
H A D | ATraceLoggerTransitionProgressListener.kt | 33 private val traceName = "$tracePrefix#$UNFOLD_TRANSITION_TRACE_NAME" regex 36 Trace.beginAsyncSection(traceName, /* cookie= */ 0) 40 Trace.endAsyncSection(traceName, /* cookie= */ 0) 44 Trace.setCounter(traceName, (progress * 100).toLong())
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardTransitionRepository.kt | 241 val traceName = regex 248 val traceCookie = traceName.hashCode() 250 Trace.beginAsyncSection(traceName, traceCookie) 255 Trace.endAsyncSection(traceName, traceCookie)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifEvent.kt | 35 sealed class NotifEvent(private val traceName: String) { 37 traceSection(traceName) {
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | LatencyTracker.java | 690 String traceName() { in traceName() method in LatencyTracker.Session 696 Trace.asyncTraceForTrackBegin(TRACE_TAG_APP, traceName(), traceName(), 0); in begin() 700 Trace.instantForTrack(TRACE_TAG_APP, traceName(), "timeout"); in begin() 709 Trace.asyncTraceForTrackEnd(TRACE_TAG_APP, traceName(), 0); in end() 715 Trace.instantForTrack(TRACE_TAG_APP, traceName(), "cancel"); in cancel() 716 Trace.asyncTraceForTrackEnd(TRACE_TAG_APP, traceName(), 0); in cancel()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaControlPanel.java | 797 final String traceName = "MediaControlPanel#bindArtworkAndColors<" + key + ">"; in bindArtworkAndColors() local 798 Trace.beginAsyncSection(traceName, traceCookie); in bindArtworkAndColors() 838 Trace.endAsyncSection(traceName, traceCookie); in bindArtworkAndColors() 892 Trace.endAsyncSection(traceName, traceCookie); in bindArtworkAndColors() 903 final String traceName = in bindRecommendationArtwork() local 905 Trace.beginAsyncSection(traceName, traceCookie); in bindRecommendationArtwork() 948 Trace.endAsyncSection(traceName, traceCookie); in bindRecommendationArtwork()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Debug.java | 1382 public static void startMethodTracing(String traceName, FileDescriptor fd, in startMethodTracing() argument 1384 VMDebug.startMethodTracing(traceName, fd, bufferSize, flags, false, 0, streamOutput); in startMethodTracing()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerService.java | 6097 final String traceName = TRACE_WAIT_FOR_ALL_WINDOWS_DRAWN_METHOD + "#" in traceStartWaitingForWindowDrawn() local 6099 final String shortenedTraceName = traceName.substring(0, Math.min( in traceStartWaitingForWindowDrawn() 6100 TRACE_MAX_SECTION_NAME_LENGTH, traceName.length())); in traceStartWaitingForWindowDrawn() 6105 final String traceName = TRACE_WAIT_FOR_ALL_WINDOWS_DRAWN_METHOD + "#" in traceEndWaitingForWindowDrawn() local 6107 final String shortenedTraceName = traceName.substring(0, Math.min( in traceEndWaitingForWindowDrawn() 6108 TRACE_MAX_SECTION_NAME_LENGTH, traceName.length())); in traceEndWaitingForWindowDrawn()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22425 HSPLcom/android/internal/util/LatencyTracker$Session;->traceName()Ljava/lang/String;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 22489 HSPLcom/android/internal/util/LatencyTracker$Session;->traceName()Ljava/lang/String;
|