Searched defs:IBoundDevice (Results 1 – 10 of 10) sorted by relevance
23 pub trait IBoundDevice: binder::Interface + Send { interface193 fn on_transact(_aidl_service: &dyn IBoundDevice, _aidl_code: binder::binder_impl::TransactionCode, … in on_transact()
63 fn new_binder(sysfs_path: String, dtbo_label: String) -> Strong<dyn IBoundDevice> { in new_binder()83 ) -> binder::Result<Vec<Strong<dyn IBoundDevice>>> { in bindDevicesToVfioDriver()
19 interface IBoundDevice { interface
26 class IBoundDevice; variable
40 class IBoundDevice; variable
158 IBoundDevice::IBoundDevice() {} in IBoundDevice() function in aidl::android::system::virtualizationservice_internal::IBoundDevice
218 …VfioDev>& /*in_devices*/, std::vector<std::shared_ptr<::aidl::android::system::virtualizationservi… in bindDevicesToVfioDriver()
1200 …:string>& /*in_devices*/, std::vector<std::shared_ptr<::aidl::android::system::virtualizationservi… in bindDevicesToVfioDriver()
252 pub mod IBoundDevice { module275 pub trait IBoundDevice: binder::Interface + Send { interface445 …fn on_transact(_aidl_service: &dyn IBoundDevice, _aidl_code: binder::binder_impl::TransactionCode,… in on_transact()
432 ) -> binder::Result<Vec<Strong<dyn IBoundDevice>>> { in bindDevicesToVfioDriver()