Home
last modified time | relevance | path

Searched defs:VhostUserProtocolFeatures (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dbackend.rs55 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features()
136 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features()
219 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
284 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
350 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
435 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
Dhandler.rs459 fn get_protocol_features(&mut self) -> VhostUserResult<VhostUserProtocolFeatures> { in get_protocol_features()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs149 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features()
433 fn get_protocol_features(&mut self) -> VhostResult<VhostUserProtocolFeatures> { in get_protocol_features()
1043 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dblock.rs59 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dnet.rs162 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dconsole.rs84 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dfs.rs100 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dgpu.rs125 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dwl.rs159 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dsnd.rs158 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
H A Dvsock.rs147 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dslave_req_handler.rs61 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
101 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
182 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
Dmaster.rs27 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
336 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
Ddummy_slave.rs191 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_server.rs50 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features()
141 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
H A Dtest_backend.rs172 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
H A Dbackend_client.rs272 pub fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/tests/
Dvhost-user-server.rs55 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock.rs275 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features()