Searched defs:VioSClient (Results 1 – 4 of 4) sorted by relevance
130 pub struct VioSClient { struct133 config: VioSConfig,134 jacks: Vec<virtio_snd_jack_info>,135 streams: Vec<virtio_snd_pcm_info>,159 pub struct VioSClientSnapshot { argument167 impl VioSClient { argument169 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new()
79 vios_client: Arc<Mutex<VioSClient>>, in try_new()
49 vios_client: Arc<Mutex<VioSClient>>, in try_new()
214 vios_client: Arc<Mutex<VioSClient>>, in new()