Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_lights_LightsService.cpp34 using ILight = ::android::hardware::light::V2_0::ILight; typedef
43 static sp<ILight> sLight;
54 static sp<ILight> associate() { in associate()
58 sLight = ILight::getService(); in associate()
70 sp<ILight> LightHal::sLight = nullptr;
170 sp<ILight> hal = LightHal::associate(); in setLight_native()