Home
last modified time | relevance | path

Searched defs:IVirtFdService (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/authfs/aidl/com/android/virt/fs/
DIVirtFdService.aidl20 interface IVirtFdService { interface
/packages/modules/Virtualization/authfs/fd_server/src/
Dmain.rs101 pub fn new_binder(fd_pool: BTreeMap<i32, FdConfig>) -> Strong<dyn IVirtFdService> { in new_binder()