Searched defs:IKeystoreCompatService (Results 1 – 4 of 4) sorted by relevance
9 pub mod IKeystoreCompatService { module32 pub trait IKeystoreCompatService: binder::Interface + Send { trait252 …fn on_transact(_aidl_service: &dyn IKeystoreCompatService, _aidl_code: binder::binder_impl::Transa… in on_transact()
23 pub trait IKeystoreCompatService: binder::Interface + Send { trait243 fn on_transact(_aidl_service: &dyn IKeystoreCompatService, _aidl_code: binder::binder_impl::Transac… in on_transact()
30 interface IKeystoreCompatService { interface
226 IKeystoreCompatService::IKeystoreCompatService() {} in IKeystoreCompatService() function in aidl::android::security::compat::IKeystoreCompatService