Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs130 pub struct VioSClient { struct
133 config: VioSConfig,
134 jacks: Vec<virtio_snd_jack_info>,
135 streams: Vec<virtio_snd_pcm_info>,
159 pub struct VioSClientSnapshot { argument
167 impl VioSClient { impl
169 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new()
Dworker.rs49 vios_client: Arc<Mutex<VioSClient>>, in try_new()
Dstreams.rs81 vios_client: Arc<Mutex<VioSClient>>, in try_new()
Dshm_streams.rs215 vios_client: Arc<Mutex<VioSClient>>, in new()