Searched refs:mVintfLights (Results 1 – 1 of 1) sorted by relevance
64 private final Supplier<ILights> mVintfLights; field in LightsService185 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()