Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/compos/src/
H A Dcompsvc.rs51 struct CompService { struct
57 impl CompService { argument
58 pub fn new_binder(service: CompService) -> Strong<dyn ICompService> { in new_binder()
105 impl Interface for CompService {} implementation
107 impl ICompService for CompService { implementation
125 fn parse_args() -> Result<CompService> { in parse_args()
134 Ok(CompService { in parse_args()
150 add_service(SERVICE_NAME, CompService::new_binder(service).as_binder()) in main()