Home
last modified time | relevance | path

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

/hardware/interfaces/light/aidl/default/
Dlights.rs45 let mut lights_map = HashMap::new(); in new() localVariable
48 lights_map.insert(hw_light.id, Light { hw_light, state: Default::default() }); in new()
51 Self { lights: Mutex::new(lights_map) } in new()