Searched defs:VioSClient (Results 1 – 4 of 4) sorted by relevance
131 pub struct VioSClient { struct134 config: VioSConfig,135 jacks: Vec<virtio_snd_jack_info>,136 streams: Vec<virtio_snd_pcm_info>,160 pub struct VioSClientSnapshot { argument168 impl VioSClient { argument170 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new()
48 vios_client: Arc<Mutex<VioSClient>>, in try_new()
79 vios_client: Arc<Mutex<VioSClient>>, in try_new()
214 vios_client: Arc<Mutex<VioSClient>>, in new()