Searched defs:IAuthFsService (Results 1 – 6 of 6) sorted by relevance
23 pub trait IAuthFsService: binder::Interface + Send { trait147 fn on_transact(_aidl_service: &dyn IAuthFsService, _aidl_code: binder::binder_impl::TransactionCode… in on_transact()
23 interface IAuthFsService { interface
74 fn new_binder(debuggable: bool) -> Strong<dyn IAuthFsService> { in new_binder()
461 pub mod IAuthFsService { module484 pub trait IAuthFsService: binder::Interface + Send { trait608 …fn on_transact(_aidl_service: &dyn IAuthFsService, _aidl_code: binder::binder_impl::TransactionCod… in on_transact()
75 authfs_service: Strong<dyn IAuthFsService>, in odrefresh()