Home
last modified time | relevance | path

Searched refs:bindDevicesToVfioDriver (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationservice_internal/
DIVfioHandler.aidl38 IBoundDevice[] bindDevicesToVfioDriver(in VfioDev[] devices); in bindDevicesToVfioDriver() method
DIVirtualizationServiceInternal.aidl95 IBoundDevice[] bindDevicesToVfioDriver(in String[] devices); in bindDevicesToVfioDriver() method
/packages/modules/Virtualization/virtualizationservice/src/
Daidl.rs421 fn bindDevicesToVfioDriver( in bindDevicesToVfioDriver() method
440 VFIO_SERVICE.bindDevicesToVfioDriver(devices.as_slice()) in bindDevicesToVfioDriver()
/packages/modules/Virtualization/virtualizationservice/vfio_handler/src/
Daidl.rs80 fn bindDevicesToVfioDriver( in bindDevicesToVfioDriver() method
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs515 let devices = GLOBAL_SERVICE.bindDevicesToVfioDriver(&config.devices)?; in create_vm_internal()