Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/flowgraph/
DRampLinear.cpp65 float currentLevel = interpolateCurrent(); in onProcess() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/
DKeyboardBacklightDialogCoordinator.kt31 return { currentLevel: Int, maxLevel: Int -> in <lambda>() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DControllerMetricsStats.java365 int currentLevel = in captureTotalBatteryConsumptionPercent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/
DKeyboardBacklightDialog.kt71 private var currentLevel: Int = 0 in <lambda>() variable