Home
last modified time | relevance | path

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

/frameworks/libs/systemui/tracinglib/core/common/src/
DFlowTracing.kt28 traceEmissionCount: Boolean = false, in traceEach()
32 val baseFlow = if (traceEmissionCount) traceEmissionCount(flowName) else this
36 fun <T> Flow<T>.traceEmissionCount(flowName: String): Flow<T> { in traceEmissionCount() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
DDisplayRepository.kt344 traceEach(flowName, logcat = true, traceEmissionCount = true) in debugLog()