Home
last modified time | relevance | path

Searched defs:Led (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DKeyLayoutMap.h92 struct Led { struct
104 KeyedVector<int32_t, Led> mLedsByScanCode; argument
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1131 private final class Led { class in BatteryService
1140 public Led(Context context, LightsManager lights) { in Led() method in BatteryService.Led