Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dwave_format.rs542 impl<'a> From<GuidWrapper<'a>> for WaveFormatSubFormatMetric { implementation
543 fn from(guid: GuidWrapper) -> WaveFormatSubFormatMetric { in from()