Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A 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 { argument
169 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new()
H A Dstreams.rs79 vios_client: Arc<Mutex<VioSClient>>, in try_new()
H A Dworker.rs49 vios_client: Arc<Mutex<VioSClient>>, in try_new()
H A Dshm_streams.rs214 vios_client: Arc<Mutex<VioSClient>>, in new()