Home
last modified time | relevance | path

Searched defs:new_binder (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/microfuchsia/microfuchsiad/src/
Dservice.rs34 pub fn new_binder(mut instance_manager: InstanceManager) -> Strong<dyn IMicrofuchsiaService> { in new_binder() function
/aosp_15_r20/packages/modules/Virtualization/tests/vm_accessor/accessor_vm/src/
Dmain.rs55 fn new_binder() -> Strong<dyn IAccessorVmService> { in new_binder() method
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dcrypto_operation_context.rs38 pub(crate) fn new_binder( in new_binder() method
Dhwcrypto_operations.rs37 pub(crate) fn new_binder() -> binder::Strong<dyn IHwCryptoOperations> { in new_binder() method
Dhwcrypto_device_key.rs201 pub(crate) fn new_binder(uuid: Uuid) -> binder::Strong<dyn IHwCryptoKey> { in new_binder() method
Dopaque_key.rs639 pub(crate) fn new_binder( in new_binder() method
Dcrypto_operation.rs620 pub(crate) fn new_binder( in new_binder() method
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/src/
Dremote_provisioning.rs39 pub(crate) fn new_binder() -> Strong<dyn IRemotelyProvisionedComponent> { in new_binder() function
/aosp_15_r20/packages/modules/Virtualization/guest/authfs_service/src/
Dmain.rs74 fn new_binder(debuggable: bool) -> Strong<dyn IAuthFsService> { in new_binder() method
/aosp_15_r20/packages/modules/Virtualization/tests/vm_attestation/src/native/
Dmain.rs65 fn new_binder() -> Strong<dyn IAttestationService> { in new_binder() method
/aosp_15_r20/packages/modules/Virtualization/guest/compsvc/src/
Dcompsvc.rs47 pub fn new_binder() -> Result<Strong<dyn ICompOsService>> { in new_binder() function
/aosp_15_r20/packages/modules/Virtualization/android/composd/src/
Dservice.rs41 pub fn new_binder( in new_binder() function
/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.rs64 fn new_binder() -> Strong<dyn ITestService> { in new_binder() method
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/
Daidl.rs76 pub fn new_binder(fd_pool: BTreeMap<i32, FdConfig>) -> Strong<dyn IVirtFdService> { in new_binder() method
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/vfio_handler/src/
Daidl.rs63 fn new_binder(sysfs_path: String, dtbo_label: String) -> Strong<dyn IBoundDevice> { in new_binder() method
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs2024 fn new_binder(state: Arc<Mutex<State>>, cid: Cid) -> Strong<dyn IVirtualMachineService> { in new_binder() method