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.java63 private final Supplier<ILights> mVintfLights; field in LightsService
196 if (mVintfLights != null) { in dump()
197 pw.println("Service: aidl (" + mVintfLights.get() + ")"); in dump()
399 if (mVintfLights != null) { in setLightUnchecked()
406 mVintfLights.get().setLightState(mHwLight.id, lightState); in setLightUnchecked()
457 mVintfLights = service.get() != null ? service : null; in LightsService()
464 if (mVintfLights != null) { in populateAvailableLights()
481 for (HwLight hwLight : mVintfLights.get().getLights()) { in populateAvailableLightsFromAidl()