Home
last modified time | relevance | path

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

/hardware/interfaces/light/aidl/default/
Dlights.rs30 hw_light: HwLight, field
47 for hw_light in hw_lights { in new()
48 lights_map.insert(hw_light.id, Light { hw_light, state: Default::default() }); in new()
78 Ok(self.lights.lock().unwrap().values().map(|light| light.hw_light).collect()) in getLights()