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.rs126 pub struct VioSClient { struct
151 impl VioSClient { argument
153 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new()
Dstreams.rs75 vios_client: Arc<VioSClient>, in try_new()
Dworker.rs50 vios_client: Arc<VioSClient>, in try_new()
Dshm_streams.rs213 vios_client: Arc<VioSClient>, in new()