Searched refs:VirtIOSocketManager (Results 1 – 3 of 3) sorted by relevance
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/socket/ |
D | vsock.rs | 317 <Self as VirtIOSocketManager>::accept(self, connection_info) in accept() 322 <Self as VirtIOSocketManager>::request_credit(self, connection_info) in request_credit() 327 <Self as VirtIOSocketManager>::send(self, buffer, connection_info) in send() 332 <Self as VirtIOSocketManager>::credit_update(self, connection_info) in credit_update() 341 <Self as VirtIOSocketManager>::poll(self, handler) in poll() 355 <Self as VirtIOSocketManager>::shutdown_with_hints(self, connection_info, hints) in shutdown_with_hints() 365 <Self as VirtIOSocketManager>::shutdown(self, connection_info) in shutdown() 370 <Self as VirtIOSocketManager>::force_close(self, connection_info) in force_close() 388 impl<H: Hal, T: Transport, const RX_BUFFER_SIZE: usize> VirtIOSocketManager impl 431 impl<H: DeviceHal, T: DeviceTransport> VirtIOSocketManager for VirtIOSocketDevice<H, T> { [all …]
|
D | mod.rs | 27 pub(crate) use vsock::VirtIOSocketManager;
|
D | connectionmanager.rs | 3 VirtIOSocketDevice, VirtIOSocketManager, VsockEvent, VsockEventType, DEFAULT_RX_BUFFER_SIZE, 100 struct VsockConnectionManagerCommon<M: VirtIOSocketManager> { 369 impl<M: VirtIOSocketManager> VsockConnectionManagerCommon<M> {
|