Home
last modified time | relevance | path

Searched refs:DEFAULT_TRACK_NAME (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/tracinglib/core/common/src/coroutines/
DCoroutineTracing.kt38 @PublishedApi internal const val DEFAULT_TRACK_NAME = "Coroutines" constant
189 if (asyncTracingEnabled) asyncTraceForTrackBegin(DEFAULT_TRACK_NAME, spanString, cookie) in traceCoroutine()
193 if (asyncTracingEnabled) asyncTraceForTrackEnd(DEFAULT_TRACK_NAME, spanString, cookie) in traceCoroutine()
/frameworks/libs/systemui/tracinglib/core/common/src/
DTraceUtils.kt114 const val DEFAULT_TRACK_NAME = "AsyncTraces" constant
147 traceAsync(DEFAULT_TRACK_NAME, method, block) in traceAsync()