Searched defs:Light (Results 1 – 6 of 6) sorted by relevance
| /frameworks/native/services/inputflinger/reader/controller/ |
| D | PeripheralController.h | 61 struct Light { struct 62 explicit Light(InputDeviceContext& context, const std::string& name, int32_t id, in Light() function 65 virtual ~Light() {} in ~Light() argument 69 InputDeviceLightType type; argument 70 ftl::Flags<InputDeviceLightCapability> capabilityFlags; argument 72 virtual bool setLightColor(int32_t color) { return false; } in setLightColor() argument 73 virtual std::optional<int32_t> getLightColor() { return std::nullopt; } in getLightColor() argument 74 virtual bool setLightPlayerId(int32_t playerId) { return false; } in setLightPlayerId() argument 75 virtual std::optional<int32_t> getLightPlayerId() { return std::nullopt; } in getLightPlayerId() argument 84 struct MonoLight : public Light { argument
|
| /frameworks/base/core/java/android/hardware/lights/ |
| D | Light.java | 33 public final class Light implements Parcelable { class 121 public Light(int id, int ordinal, int type) { in Light() method in Light 130 public Light(int id, String name, int ordinal, int type, int capabilities) { in Light() method in Light 139 public Light(int id, String name, int ordinal, int type, int capabilities, in Light() method in Light 149 private Light(@NonNull Parcel in) { in Light() method in Light
|
| D | LightsRequest.java | 42 private LightsRequest(Map<Light, LightState> requests) { in LightsRequest()
|
| /frameworks/base/libs/hwui/ |
| D | CanvasTransform.h | 36 Light, enumerator
|
| /frameworks/base/libs/hwui/hwui/ |
| D | Bitmap.h | 49 Light, enumerator
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | NotificationRecord.java | 1651 static final class Light { class in NotificationRecord 1656 public Light(int color, int onMs, int offMs) { in Light() method in NotificationRecord.Light
|