Searched refs:sLight (Results 1 – 1 of 1) sorted by relevance
43 static sp<ILight> sLight; member in android::LightHal51 sLight = nullptr; in disassociate()55 if ((sLight == nullptr && !sLightInit) || in associate()56 (sLight != nullptr && !sLight->ping().isOk())) { in associate()58 sLight = ILight::getService(); in associate()61 if (sLight == nullptr) { in associate()66 return sLight; in associate()70 sp<ILight> LightHal::sLight = nullptr; member in android::LightHal