Searched defs:adjustDirectUpstream (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/ |
H A D | Mux.kt | 92 suspend fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in <lambda>() method in com.android.systemui.kairos.internal.MuxNode 209 override suspend fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in adjustDirectUpstream() method in com.android.systemui.kairos.internal.MuxBranchNode
|
H A D | Graph.kt | 377 fun adjustDirectUpstream( in adjustDirectUpstream() method
|
H A D | NodeTypes.kt | 29 suspend fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) in schedule() method
|
H A D | Demux.kt | 70 override suspend fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in <lambda>() method in com.android.systemui.kairos.internal.DemuxNode
|
H A D | MuxPrompt.kt | 298 override suspend fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in adjustDirectUpstream() method in MuxPromptPatchNode
|