Home
last modified time | relevance | path

Searched defs:Light (Results 1 – 25 of 265) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.h61 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
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h163 struct Light { struct
187 const Light& getLightInfo(uint32_t lightIndex); argument
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp76 struct Light { struct
77 enum class Type {
84 Type fType;
85 SkColor fLightColor; // All lights
89 skif::ParameterSpace<SkPoint> fLocationXY; // Spotlight and point lights only
90 skif::ParameterSpace<ZValue> fLocationZ; // ""
92 skif::ParameterSpace<skif::Vector> fDirectionXY; // Spotlight and distant lights only
93 skif::ParameterSpace<ZValue> fDirectionZ; // ""
96 float fFalloffExponent;
97 float fCosCutoffAngle;
[all …]
/aosp_15_r20/external/skia/src/effects/
H A DSkEmbossMaskFilter.h32 struct Light { struct
39 static sk_sp<SkMaskFilter> Make(SkScalar blurSigma, const Light& light); argument
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlights_observer.h30 struct Light { struct
49 class LightsObserver { argument
/aosp_15_r20/frameworks/base/core/java/android/hardware/lights/
H A DLight.java33 public final class Light implements Parcelable { class
135 public Light(int id, int ordinal, int type) { in Light() method in Light
144 public Light(int id, String name, int ordinal, int type, int capabilities) { in Light() method in Light
153 public Light(int id, String name, int ordinal, int type, int capabilities, in Light() method in Light
163 private Light(@NonNull Parcel in) { in Light() method in Light
H A DLightsRequest.java42 private LightsRequest(Map<Light, LightState> requests) { in LightsRequest()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
H A DLight.java30 public class Light extends Renderable { class
46 public Light(float[] position) { in Light() method in Light
60 public Light(float[] position, float strength) { in Light() method in Light
/aosp_15_r20/hardware/interfaces/light/aidl/default/
H A Dlights.rs29 struct Light { struct
30 hw_light: HwLight, argument
31 state: HwLightState, argument
/aosp_15_r20/device/google/cuttlefish/guest/hals/light/
Dlights.rs33 struct Light { struct
34 hw_light: HwLight, argument
35 state: HwLightState, argument
/aosp_15_r20/hardware/interfaces/light/2.0/default/
H A DLight.h42 struct Light : public ILight { struct
H A DLight.cpp46 Light::Light(std::map<Type, light_device_t*> &&lights) in Light() function in android::hardware::light::V2_0::implementation::Light
/aosp_15_r20/hardware/google/interfaces/light/1.0/default/
DLight.h40 struct Light : public ILight { struct
DLight.cpp46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light() function in android::hardware::light::V2_0::implementation::Light
/aosp_15_r20/hardware/google/interfaces/light/1.1/default/
DLight.h40 struct Light : public ILight { struct
DLight.cpp46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light() function in android::hardware::light::V2_0::implementation::Light
/aosp_15_r20/hardware/interfaces/tests/extension/light/2.0/default/
H A DLight.h43 struct Light : public ILight { struct
/aosp_15_r20/frameworks/base/libs/hwui/
H A DCanvasTransform.h38 Light, enumerator
/aosp_15_r20/external/angle/src/tests/gles1_conformance_tests/
H A DPrimtestTests.cpp132 TEST_P(GLES1PrimtestTest, Light) in TEST_P() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/
H A Dembedded_hinting.rs19 Light, enumerator
/aosp_15_r20/external/skia/src/sfnt/
H A DSkPanose.h51 Light = 3, enumerator
201 Light = 3, enumerator
322 Light = 3, enumerator
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DBitmap.h50 Light, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dtypes.rs60 Light, enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/
H A Dscale.rs181 Light, enumerator
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1807 static final class Light { class in NotificationRecord
1812 public Light(int color, int onMs, int offMs) { in Light() method in NotificationRecord.Light

1234567891011