Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/snd/vios_backend/
Dmod.rs83 pub struct Sound { struct
90 impl VirtioDevice for Sound { argument
188 impl Suspendable for Sound {} implementation
191 pub fn new_sound<P: AsRef<Path>>(path: P, virtio_features: u64) -> Result<Sound> { in new_sound()
/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java175 public class Sound extends AllocationGuard { class in SoundSystem
/external/crosvm/devices/src/virtio/
Dmod.rs124 Sound = virtio_ids::VIRTIO_ID_SOUND, enumerator