Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/
H A Dargs.rs17 pub enum StreamSourceEnum { enum
22 impl fmt::Display for StreamSourceEnum { implementation
31 impl FromStr for StreamSourceEnum { implementation
33 fn from_str(s: &str) -> ::std::result::Result<StreamSourceEnum, Self::Err> { in from_str()
65 fn parse_stream_source(value: &str) -> Result<StreamSourceEnum, String> { in parse_stream_source()