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.rs131 pub struct VioSClient { struct
134 config: VioSConfig,
135 jacks: Vec<virtio_snd_jack_info>,
136 streams: Vec<virtio_snd_pcm_info>,
160 pub struct VioSClientSnapshot { argument
168 impl VioSClient { argument
170 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new()
Dworker.rs48 vios_client: Arc<Mutex<VioSClient>>, in try_new()
Dstreams.rs79 vios_client: Arc<Mutex<VioSClient>>, in try_new()
Dshm_streams.rs214 vios_client: Arc<Mutex<VioSClient>>, in new()