Home
last modified time | relevance | path

Searched defs:protocol_features (Results 1 – 18 of 18) 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() method
136 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features() method
219 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() function
284 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() function
350 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() function
435 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
/aosp_15_r20/external/wmediumd/wmediumd/inc/usfstl/
H A Dvhost.h23 uint64_t features, protocol_features; member
100 uint64_t protocol_features; member
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/
H A Dmod.rs62 protocol_features: VhostUserProtocolFeatures, field
177 let mut protocol_features = VhostUserProtocolFeatures::empty(); in new_internal() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dblock.rs59 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dnet.rs162 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() function
H A Dconsole.rs84 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dfs.rs100 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dgpu.rs125 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dwl.rs159 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dhandler.rs149 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features() method
1043 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dsnd.rs158 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
H A Dvsock.rs60 protocol_features: VhostUserProtocolFeatures, field
/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() method
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock.rs275 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
/aosp_15_r20/system/connectivity/wificond/net/
Dnetlink_utils.cpp124 uint32_t protocol_features = 0; in NetlinkUtils() local
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_server.rs225 protocol_features: VhostUserProtocolFeatures, field
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs555 protocol_features: u64, field
Dslave_req_handler.rs250 protocol_features: VhostUserProtocolFeatures, field