Searched refs:IVirtFdService (Results 1 – 4 of 4) sorted by relevance
10 use authfs_aidl_interface::aidl::com::android::virt::fs::IVirtFdService::IVirtFdService;17 pub type VirtFdService = Strong<dyn IVirtFdService>;
22 use authfs_aidl_interface::aidl::com::android::virt::fs::IVirtFdService::FsStat::FsStat;
34 use authfs_aidl_interface::aidl::com::android::virt::fs::IVirtFdService::{35 BnVirtFdService, FsStat::FsStat, IVirtFdService, MAX_REQUESTING_DATA,76 pub fn new_binder(fd_pool: BTreeMap<i32, FdConfig>) -> Strong<dyn IVirtFdService> { in new_binder() argument120 impl IVirtFdService for FdService {
28 interface IVirtFdService { interface