Home
last modified time | relevance | path

Searched defs:get_protocol_features (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/
Ddummy_slave.rs175 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features() method
Dslave_req_handler.rs73 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features() method
116 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features() method
201 fn get_protocol_features(&self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features() method
Dmaster.rs23 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures>; in get_protocol_features() method
339 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features() method
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs150 fn get_protocol_features(&mut self) -> Result<VhostUserProtocolFeatures> { in get_protocol_features() method
Dhandler.rs548 fn get_protocol_features(&mut self) -> VhostResult<VhostUserProtocolFeatures> { in get_protocol_features() method