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