Searched refs:RpcServer (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Virtualization/android/virtmgr/src/ |
D | main.rs | 31 use rpcbinder::{FileDescriptorTransportMode, RpcServer}; 129 let server = RpcServer::new_unix_domain_bootstrap(service, rpc_server_fd) in main()
|
D | crosvm.rs | 61 use rpcbinder::RpcServer; 378 vm_server: Option<RpcServer>, 385 vm_server: Option<RpcServer>, in new() argument
|
D | aidl.rs | 75 use rpcbinder::RpcServer; 587 let (vm_server, _) = RpcServer::new_vsock(service, cid, port) in create_early_vm_context() 619 match RpcServer::new_vsock(service, cid, port) { in create_vm_context()
|
/packages/modules/Virtualization/guest/authfs_service/src/ |
D | main.rs | 27 use rpcbinder::RpcServer; 127 let server = RpcServer::new_bound_socket(service, socket_fd)?; in try_main()
|
/packages/modules/Virtualization/android/fd_server/src/ |
D | main.rs | 31 use rpcbinder::RpcServer; 134 let (server, _) = RpcServer::new_vsock(service, libc::VMADDR_CID_ANY, RPC_SERVICE_PORT)?; in main()
|
/packages/modules/Virtualization/guest/microdroid_manager/src/ |
D | vm_payload_service.rs | 27 use rpcbinder::RpcServer; 163 let server = RpcServer::new_bound_socket(vm_payload_binder.as_binder(), vm_payload_service_fd)?; in register_vm_payload_service()
|
/packages/modules/Virtualization/libs/libvm_payload/src/ |
D | lib.rs | 27 use rpcbinder::{RpcServer, RpcSession}; 149 match RpcServer::new_vsock(service, libc::VMADDR_CID_HOST, port) { in try_run_vsock_server()
|