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.rs50 pub struct VioSShmStreamSource { struct
55 impl VioSShmStreamSource { impl
57 pub fn new<P: AsRef<Path>>(server: P) -> Result<VioSShmStreamSource> { in new()
79 impl VioSShmStreamSource { impl
129 impl ShmStreamSource<base::Error> for VioSShmStreamSource { implementation