Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs34 pub struct VioSShmStreamSource { struct
38 impl VioSShmStreamSource { impl
40 pub fn new<P: AsRef<Path>>(server: P) -> Result<VioSShmStreamSource> { in new()
78 impl ShmStreamSource for VioSShmStreamSource { implementation