Home
last modified time | relevance | path

Searched defs:setLightState (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/2/android/hardware/light/
DILights.aidl37 void setLightState(in int id, in android.hardware.light.HwLightState state); in setLightState() method
/hardware/interfaces/light/aidl/android/hardware/light/
DILights.aidl39 void setLightState(in int id, in HwLightState state); in setLightState() method
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/current/android/hardware/light/
DILights.aidl37 void setLightState(in int id, in android.hardware.light.HwLightState state); in setLightState() method
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/1/android/hardware/light/
DILights.aidl21 void setLightState(in int id, in android.hardware.light.HwLightState state); in setLightState() method
/hardware/interfaces/light/aidl/default/
Dlights.rs65 fn setLightState(&self, id: i32, state: &HwLightState) -> binder::Result<()> { in setLightState() method