Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/light/
Dlights.rs41 pub struct LightsService { struct
47 impl Interface for LightsService {} implementation
49 impl LightsService { implementation
72 impl Default for LightsService { implementation
81 impl ILights for LightsService { implementation
Dmain.rs22 use lights::LightsService;
38 let lights_service = LightsService::default(); in main()
41 let service_name = format!("{}/default", LightsService::get_descriptor()); in main()