Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java64 private final Supplier<ILights> mVintfLights; field in LightsService
185 if (mVintfLights != null) { in dump()
186 pw.println("Service: aidl (" + mVintfLights.get() + ")"); in dump()
423 if (mVintfLights != null) { in setLightUnchecked()
430 mVintfLights.get().setLightState(mHwLight.id, lightState); in setLightUnchecked()
481 mVintfLights = service.get() != null ? service : null; in LightsService()
488 if (mVintfLights != null) { in populateAvailableLights()
504 for (HwLight hwLight : mVintfLights.get().getLights()) { in populateAvailableLightsFromAidl()