Home
last modified time | relevance | path

Searched refs:lights (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/light/2.0/default/
DLight.cpp46 Light::Light(std::map<Type, light_device_t*> &&lights) in Light() argument
47 : mLights(std::move(lights)) {} in Light()
158 std::map<Type, light_device_t*> lights; in HIDL_FETCH_ILight() local
167 lights[type] = light; in HIDL_FETCH_ILight()
171 if (lights.size() == 0) { in HIDL_FETCH_ILight()
177 return new Light(std::move(lights)); in HIDL_FETCH_ILight()
Dandroid.hardware.light@2.0-service.rc6 # shutting off lights while powering-off
Dandroid.hardware.light@2.0-service-lazy.rc8 # shutting off lights while powering-off
DLight.h43 Light(std::map<Type, light_device_t*> &&lights);
/hardware/google/interfaces/light/1.0/default/
DLight.cpp46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light() argument
47 : mLights(std::move(lights)) {} in Light()
151 std::map<Type, light_device_t*> lights; in HIDL_FETCH_ILight() local
159 if (light != nullptr) lights[type] = light; in HIDL_FETCH_ILight()
162 if (lights.size() == 0) { in HIDL_FETCH_ILight()
168 return new Light(std::move(lights)); in HIDL_FETCH_ILight()
Dhardware.google.light@1.0-service.rc6 # shutting off lights while powering-off
DLight.h41 Light(std::map<Type, light_device_t*>&& lights);
/hardware/interfaces/light/2.0/
DILight.hal22 * Set the provided lights to the provided values.
31 * Discover what indicator lights are available.
33 * @return types list of available lights
Dtypes.hal81 * These light IDs correspond to logical lights, not physical.
102 * Not all lights must support all parameters. If you
/hardware/qcom/display/msm8998/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8960/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8084/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8226/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8994/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8909/liblight/
DAndroid.mk21 LOCAL_SRC_FILES := lights.c
/hardware/qcom/sdm845/display/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8996/liblight/
DAndroid.mk20 LOCAL_SRC_FILES := lights.c
/hardware/qcom/display/msm8909w_3100/liblight/
DAndroid.mk23 LOCAL_SRC_FILES := lights.c lights_prv.cpp
/hardware/qcom/sdm845/display/config/
Dsdm845.mk14 lights.sdm845 \
Dsdm710.mk14 lights.sdm710 \
/hardware/interfaces/tests/extension/light/2.0/
DILight.hal29 * Set the provided lights to the provided values.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2154 * High beam lights state
2156 * Return the current state of high beam lights.
2171 * Return the current state of fog lights.
2186 * Return the current status of hazard lights.
2259 * Cabin lights
2261 * Return current status of cabin lights.
2274 * Cabin lights switch
2276 * The position of the physical switch which controls the cabin lights.
2277 * This might be different than the CABIN_LIGHTS_STATE if the lights are on because a door
2292 * Reading lights
[all …]