Home
last modified time | relevance | path

Searched defs:muxNode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DScheduler.kt49 runStep { muxNode -> network.evalScope { muxNode.visit(this) } } in drainEval() method
57 drain { runStep -> runStep { muxNode -> muxNode.visitCompact(scheduler = this) } } in drainCompact() method
H A DMuxDeferred.kt317 val muxNode = in switchDeferredImpl() constant
H A DMux.kt194 internal class MuxBranchNode<K : Any, V>(private val muxNode: MuxNode<K, V, *>, val key: K) : constant in com.android.systemui.kairos.internal.MuxBranchNode
H A DMuxPrompt.kt283 internal class MuxPromptPatchNode<K : Any, V>(private val muxNode: MuxPromptMovingNode<K, V>) : constant in MuxPromptPatchNode