Searched refs:lights (Results 1 – 22 of 22) sorted by relevance
46 Light::Light(std::map<Type, light_device_t*> &&lights) in Light() argument47 : mLights(std::move(lights)) {} in Light()158 std::map<Type, light_device_t*> lights; in HIDL_FETCH_ILight() local167 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()
6 # shutting off lights while powering-off
8 # shutting off lights while powering-off
43 Light(std::map<Type, light_device_t*> &&lights);
46 Light::Light(std::map<Type, light_device_t*>&& lights) in Light() argument47 : mLights(std::move(lights)) {} in Light()151 std::map<Type, light_device_t*> lights; in HIDL_FETCH_ILight() local159 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()
41 Light(std::map<Type, light_device_t*>&& lights);
22 * Set the provided lights to the provided values.31 * Discover what indicator lights are available.33 * @return types list of available lights
81 * These light IDs correspond to logical lights, not physical.102 * Not all lights must support all parameters. If you
20 LOCAL_SRC_FILES := lights.c
21 LOCAL_SRC_FILES := lights.c
23 LOCAL_SRC_FILES := lights.c lights_prv.cpp
14 lights.sdm845 \
14 lights.sdm710 \
29 * Set the provided lights to the provided values.
2154 * High beam lights state2156 * 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 lights2261 * Return current status of cabin lights.2274 * Cabin lights switch2276 * 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 door2292 * Reading lights[all …]