Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/
Dlights.rs51 let mut lights_map = HashMap::new(); in new() localVariable
54 lights_map.insert(hw_light.id, Light { hw_light, state: Default::default() }); in new()
66 lights: Mutex::new(lights_map), in new()