Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/
Dlights.rs34 hw_light: HwLight, field
53 for hw_light in hw_lights { in new()
54 lights_map.insert(hw_light.id, Light { hw_light, state: Default::default() }); in new()
89 light.hw_light.id as u32, in setLightState()
91 match light.hw_light.r#type { in setLightState()
116 Ok(self.lights.lock().unwrap().values().map(|light| light.hw_light).collect()) in getLights()