Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.h188 class ScopedPropVariant {
190 ScopedPropVariant() { PropVariantInit(&pv_); } in ScopedPropVariant() function
192 ~ScopedPropVariant() { Reset(); } in ~ScopedPropVariant()
194 ScopedPropVariant(const ScopedPropVariant&) = delete;
195 ScopedPropVariant& operator=(const ScopedPropVariant&) = delete;
196 bool operator==(const ScopedPropVariant&) const = delete;
197 bool operator!=(const ScopedPropVariant&) const = delete;
Dcore_audio_utility_win.cc356 ScopedPropVariant friendly_name_pv; in GetDeviceFriendlyNameInternal()