/aosp_15_r20/device/google/cuttlefish/host/cvd_test_configs/local_tests/ |
D | local_vsock_isolation.json | 11 "vsock": { object 21 "vsock": { object 31 "vsock": { object 41 "vsock": { object
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_kern/ |
D | vsock.rs | 97 let vsock = Vsock::new(&m).unwrap(); in test_vsock_new_device() localVariable 107 let vsock = Vsock::new(&m).unwrap(); in test_vsock_is_valid() localVariable 131 let vsock = Vsock::new(&m).unwrap(); in test_vsock_ioctls() localVariable
|
D | mod.rs | 36 pub mod vsock; module
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/ |
H A D | vsock.rs | 380 let mut vsock = Vsock::new_for_testing(cid, features); in ack_features() localVariable 411 let vsock = Vsock::new_for_testing(cid, 0); in read_config() localVariable 441 let vsock = Vsock::new_for_testing(cid, features); in features() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_comm/src/ |
D | lib.rs | 24 mod vsock; module
|
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/ |
D | lib.rs | 13 mod vsock; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/socket/ |
D | mod.rs | 15 mod vsock; module
|
/aosp_15_r20/device/google/trout/hal/vehicle/aidl/ |
D | VirtualizedVehicleServer.cpp | 33 auto vsock = VsockConnectionInfo::fromRoPropertyStore( in main() local
|
D | VirtualizedVehicleService.cpp | 44 auto vsock = VsockConnectionInfo::fromRoPropertyStore( in main() local
|
/aosp_15_r20/packages/modules/Virtualization/libs/libforwarder/ |
D | Cargo.toml | 9 vsock = "0.5.1" qkey
|
/aosp_15_r20/device/google/trout/hal/vehicle/2.0/ |
D | Utils.h | 62 android::hardware::automotive::utils::VsockConnectionInfo vsock; member
|
D | Utils.cpp | 148 auto vsock = android::hardware::automotive::utils::VsockConnectionInfo::fromRoPropertyStore( in fromRoPropertyStore() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/ |
H A D | windows.rs | 6 pub mod vsock; module
|
/aosp_15_r20/external/ltp/testcases/network/sockets/ |
H A D | vsock01.c | 36 static int vsock = -1; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vsock/ |
D | Makefile | 40 vsock: $(SRCS) target
|
D | Cargo.toml | 14 name = "vsock" package
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/vehicle/ |
D | VehicleService.cpp | 74 VsockConnectionInfo vsock = { in main() local
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | cmdline.rs | 114 pub vsock: Vec<VhostUserParams<VsockConfig>>, field
|
/aosp_15_r20/packages/modules/Virtualization/guest/forwarder_guest_launcher/ |
D | Cargo.toml | 19 vsock = "0.5.1" qkey
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/ |
D | lib.rs | 52 pub mod vsock; module
|
/aosp_15_r20/tools/netsim/rust/daemon/src/ |
H A D | args.rs | 69 pub vsock: Option<u16>, field
|
H A D | service.rs | 36 vsock: u16, field
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | mod.rs | 43 pub mod vsock; module
|
/aosp_15_r20/external/crosvm/vhost/src/ |
H A D | lib.rs | 13 mod vsock; module
|
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 723 auto vsock = SharedFD::Socket(AF_VSOCK, type, 0); in VsockServer() local 793 auto vsock = SharedFD::Socket(AF_VSOCK, type, 0); in VsockClient() local
|