Home
last modified time | relevance | path

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

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dservice.rs43 pub struct ProfcollectdBinderService { struct
52 impl binder::Interface for ProfcollectdBinderService {} argument
54 impl IProfCollectd for ProfcollectdBinderService { implementation
138 impl ProfcollectdBinderService { implementation
180 Ok(ProfcollectdBinderService { in new()
H A Dlib.rs34 use service::ProfcollectdBinderService;
43 let profcollect_binder_service = ProfcollectdBinderService::new()?; in init_service()