Searched refs:ProfcollectdBinderService (Results 1 – 2 of 2) sorted by relevance
43 pub struct ProfcollectdBinderService { struct52 impl binder::Interface for ProfcollectdBinderService {} argument54 impl IProfCollectd for ProfcollectdBinderService { implementation138 impl ProfcollectdBinderService { implementation180 Ok(ProfcollectdBinderService { in new()
34 use service::ProfcollectdBinderService;43 let profcollect_binder_service = ProfcollectdBinderService::new()?; in init_service()