Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/console/
Dasynchronous.rs429 pub struct AsyncConsole { struct
437 impl SerialDevice for AsyncConsole { argument
446 ) -> AsyncConsole { in new()
473 ) -> AsyncConsole { in new_with_pipe()
478 impl VirtioDevice for AsyncConsole { implementation