Searched refs:IAuthFsService (Results 1 – 4 of 4) sorted by relevance
36 use authfs_aidl_interface::aidl::com::android::virt::fs::IAuthFsService::{37 BnAuthFsService, IAuthFsService, AUTHFS_SERVICE_SOCKET_NAME,51 impl IAuthFsService for AuthFsService {75 fn new_binder(debuggable: bool) -> Strong<dyn IAuthFsService> { in new_binder() argument
33 use authfs_aidl_interface::aidl::com::android::virt::fs::IAuthFsService::{34 IAuthFsService, AUTHFS_SERVICE_SOCKET_NAME,127 let authfs_service: Strong<dyn IAuthFsService> = RpcSession::new() in do_odrefresh()
33 IAuthFsService::IAuthFsService,75 authfs_service: Strong<dyn IAuthFsService>, in odrefresh() argument
23 interface IAuthFsService { interface