Home
last modified time | relevance | path

Searched refs:IntoUnixStream (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/src/
Dlinux.rs701 fn create_mouse_device<T: IntoUnixStream>(cfg: &Config, mouse_socket: T) -> DeviceResult { in create_mouse_device()
716 fn create_keyboard_device<T: IntoUnixStream>(cfg: &Config, keyboard_socket: T) -> DeviceResult { in create_keyboard_device()
731 fn create_switches_device<T: IntoUnixStream>(cfg: &Config, switches_socket: T) -> DeviceResult { in create_switches_device()
1769 trait IntoUnixStream { trait
1773 impl<'a> IntoUnixStream for &'a Path { impl
1783 impl<'a> IntoUnixStream for &'a PathBuf { impl
1789 impl IntoUnixStream for UnixStream {