Home
last modified time | relevance | path

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

/external/adhd/cras/client/cras-sys/src/
Dlib.rs336 pub struct AudioDevDebugInfo { struct
354 impl From<audio_dev_debug_info> for AudioDevDebugInfo { argument
376 impl fmt::Display for AudioDevDebugInfo { implementation
598 pub fn new(devices: Vec<AudioDevDebugInfo>, streams: Vec<AudioStreamDebugInfo>) -> Self { in new()