/hardware/interfaces/light/aidl/default/ |
D | Android.bp | 2 name: "android.hardware.lights-service.example", 4 init_rc: ["lights-default.rc"], 5 vintf_fragments: ["lights-default.xml"],
|
D | main.cpp | 27 std::shared_ptr<Lights> lights = ndk::SharedRefBase::make<Lights>(); in main() local 30 binder_status_t status = AServiceManager_addService(lights->asBinder().get(), instance.c_str()); in main()
|
D | lights-default.rc | 1 service vendor.light-default /vendor/bin/hw/android.hardware.lights-service.example
|
/hardware/google/interfaces/light/1.0/default/ |
D | Light.cpp | 46 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()
|
D | [email protected] | 7 # shutting off lights while powering-off
|
/hardware/interfaces/light/2.0/default/ |
D | Light.cpp | 46 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()
|
D | [email protected] | 6 # shutting off lights while powering-off
|
D | [email protected] | 8 # shutting off lights while powering-off
|
/hardware/google/interfaces/light/1.1/default/ |
D | Light.cpp | 46 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()
|
D | [email protected] | 8 # shutting off lights while powering-off
|
D | Light.h | 41 Light(std::map<Type, light_device_t*>&& lights);
|
/hardware/qcom/sm8150/display/ |
D | CleanSpec.mk | 15 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib64/hw/lights.msmnile.so) 16 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/hw/lights.msmnile.so) 23 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib64/hw/lights.trinket.so) 24 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/hw/lights.trinket.so) 31 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib64/hw/lights.talos.so) 32 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/hw/lights.talos.so)
|
/hardware/interfaces/light/2.0/ |
D | ILight.hal | 22 * Set the provided lights to the provided values. 31 * Discover what indicator lights are available. 33 * @return types list of available lights
|
/hardware/interfaces/light/utils/ |
D | main.cpp | 66 std::vector<aidl::HwLight> lights; in setToColorAidl() local 67 Status status = hal->getLights(&lights); in setToColorAidl() 73 for (auto light : lights) { in setToColorAidl()
|
/hardware/qcom/display/msm8998/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8909/liblight/ |
D | Android.mk | 21 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/sm8150/display/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8960/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8084/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8994/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8226/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/sdm845/display/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8996/liblight/ |
D | Android.mk | 20 LOCAL_SRC_FILES := lights.c
|
/hardware/qcom/display/msm8909w_3100/liblight/ |
D | Android.mk | 23 LOCAL_SRC_FILES := lights.c lights_prv.cpp
|
/hardware/qcom/sdm845/display/config/ |
D | sdm845.mk | 14 lights.sdm845 \
|