Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/
H A Dwindows.rs54 pub(crate) type SysAudioStreamSource = Box<dyn WinAudioServer>; typedef
H A Dlinux.rs40 pub(crate) type SysAudioStreamSource = Box<dyn StreamSource>; typedef