Home
last modified time | relevance | path

Searched refs:GuidWrapper (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/win_audio/src/win_audio_impl/
Dwave_format.rs434 sub_format: Some(GuidWrapper(&sub_format).into()), in from()
540 struct GuidWrapper<'a>(&'a GUID); struct
542 impl From<GuidWrapper<'_>> for WaveFormatSubFormatMetric {
543 fn from(guid: GuidWrapper) -> WaveFormatSubFormatMetric { in from()