Searched refs:Light (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/tests/extension/light/2.0/default/ |
D | Light.cpp | 27 Return<Status> Light::setLight(Type type, const OldLightState& state) { in setLight() 38 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() 52 Return<Status> Light::setLightExt(Type /* type */, const LightState& /* state */) { in setLightExt()
|
D | service.cpp | 28 using android::hardware::tests::extension::light::V2_0::implementation::Light; 31 android::sp<ILight> service = new Light(); in main()
|
D | Light.h | 43 struct Light : public ILight { struct
|
D | Android.bp | 24 "Light.cpp",
|
/hardware/interfaces/light/2.0/default/ |
D | Light.cpp | 46 Light::Light(std::map<Type, light_device_t*> &&lights) in Light() function in android::hardware::light::V2_0::implementation::Light 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() 79 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() 112 Return<void> Light::debug(const hidl_handle& handle, const hidl_vec<hidl_string>& /* options */) { in debug() 177 return new Light(std::move(lights)); in HIDL_FETCH_ILight()
|
D | Light.h | 42 struct Light : public ILight { struct 43 Light(std::map<Type, light_device_t*> &&lights);
|
D | Android.bp | 20 srcs: ["Light.cpp"],
|
/hardware/google/interfaces/light/1.0/default/ |
D | Light.cpp | 46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light() function in android::hardware::light::V2_0::implementation::Light 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() 77 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) { in getSupportedTypes() 103 Return<void> Light::debug(const hidl_handle& handle, in debug() 168 return new Light(std::move(lights)); in HIDL_FETCH_ILight()
|
D | Light.h | 40 struct Light : public ILight { struct 41 Light(std::map<Type, light_device_t*>&& lights);
|
D | Android.bp | 22 "Light.cpp",
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 45 * Light brightness is managed by a user setting. 50 * Light brightness is managed by a light sensor.
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 55 * Light throttling where UX is not impacted.
|