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.rs74 pub struct Sound { struct
82 impl VirtioDevice for Sound { argument
214 pub fn new_sound<P: AsRef<Path>>(path: P, virtio_features: u64) -> Result<Sound> { in new_sound()
/external/pdfium/core/fpdfdoc/
Dcpdf_action.h31 Sound, enumerator
/external/replicaisland/src/com/replica/replicaisland/
DSoundSystem.java175 public class Sound extends AllocationGuard { class in SoundSystem