/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | GlobalDragListener.kt | 107 val traceCookie = Random.nextInt() in onUnhandledDrop() constant 109 traceCookie); in onUnhandledDrop() 115 traceCookie); in onUnhandledDrop() 124 traceCookie); in onUnhandledDrop()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | BinderLogger.kt | 72 val traceCookie = nextInt() in onTransactStarted() constant 73 asyncTraceForTrackBegin(TRACE_TAG_APP, TRACK_NAME, analysis.traceMessage, traceCookie) in onTransactStarted() 79 return traceCookie in onTransactStarted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardTransitionRepository.kt | 325 val traceCookie = traceName.hashCode() in logAndTrace() constant 327 TransitionState.STARTED -> Trace.beginAsyncSection(traceName, traceCookie) in logAndTrace() 328 TransitionState.FINISHED -> Trace.endAsyncSection(traceName, traceCookie) in logAndTrace() 329 TransitionState.CANCELED -> Trace.endAsyncSection(traceName, traceCookie) in logAndTrace()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstallArgs.java | 75 int autoRevokePermissionsMode, String traceMethod, int traceCookie, in InstallArgs() argument 93 mTraceCookie = traceCookie; in InstallArgs()
|
D | InstallingSession.java | 498 private void setTraceCookie(int traceCookie) { in setTraceCookie() argument 499 mTraceCookie = traceCookie; in setTraceCookie()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FrameTimelineTest.cpp | 1147 int64_t traceCookie = snoopCurrentTraceCookie(); in TEST_F() local 1184 createProtoActualDisplayFrameStart(traceCookie + 9, 0, kSurfaceFlingerPid, in TEST_F() 1189 auto protoSkippedActualDisplayFrameEnd = createProtoFrameEnd(traceCookie + 9); in TEST_F() 1217 int64_t traceCookie = snoopCurrentTraceCookie(); in TEST_F() local 1254 createProtoActualDisplayFrameStart(traceCookie + 9, 0, kSurfaceFlingerPid, in TEST_F() 1259 auto protoSkippedActualDisplayFrameEnd = createProtoFrameEnd(traceCookie + 9); in TEST_F() 1308 int64_t traceCookie = snoopCurrentTraceCookie(); in TEST_F() local 1310 createProtoExpectedDisplayFrameStart(traceCookie + 1, displayFrameToken1, in TEST_F() 1312 auto protoExpectedDisplayFrameEnd = createProtoFrameEnd(traceCookie + 1); in TEST_F() 1314 createProtoActualDisplayFrameStart(traceCookie + 2, displayFrameToken1, in TEST_F() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | SeekBarViewModel.kt | 314 val traceCookie = controller?.sessionToken.hashCode() in checkIfPollingNeeded() constant 317 Trace.beginAsyncSection(TRACE_POSITION_NAME, traceCookie) in checkIfPollingNeeded() 326 Trace.endAsyncSection(TRACE_POSITION_NAME, traceCookie) in checkIfPollingNeeded()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragDropController.java | 386 final int traceCookie = new Random().nextInt(); in notifyUnhandledDrop() local 388 traceCookie); in notifyUnhandledDrop() 400 "DragDropController#notifyUnhandledDrop", traceCookie); in notifyUnhandledDrop()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 552 final int traceCookie = System.identityHashCode(callback); 553 Trace.beginAsyncSection(onDrawWaitingTraceTag, traceCookie); 564 Trace.endAsyncSection(onDrawWaitingTraceTag, traceCookie);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/binder/ |
D | MediaControlViewBinder.kt | 418 val traceCookie = viewHolder.hashCode() in <lambda>() constant 420 Trace.beginAsyncSection(traceName, traceCookie) in <lambda>() 493 Trace.endAsyncSection(traceName, traceCookie) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanel.java | 877 final int traceCookie = data.hashCode(); in bindArtworkAndColors() local 879 Trace.beginAsyncSection(traceName, traceCookie); in bindArtworkAndColors() 927 Trace.endAsyncSection(traceName, traceCookie); in bindArtworkAndColors() 983 Trace.endAsyncSection(traceName, traceCookie); in bindArtworkAndColors() 993 final int traceCookie = recommendation.hashCode(); in bindRecommendationArtwork() local 996 Trace.beginAsyncSection(traceName, traceCookie); in bindRecommendationArtwork() 1039 Trace.endAsyncSection(traceName, traceCookie); in bindRecommendationArtwork()
|