Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc356 ScopedPropVariant friendly_name_pv; in GetDeviceFriendlyNameInternal() local
358 friendly_name_pv.Receive()); in GetDeviceFriendlyNameInternal()
362 if (friendly_name_pv.get().vt == VT_LPWSTR && in GetDeviceFriendlyNameInternal()
363 friendly_name_pv.get().pwszVal) { in GetDeviceFriendlyNameInternal()
364 return rtc::ToUtf8(friendly_name_pv.get().pwszVal, in GetDeviceFriendlyNameInternal()
365 wcslen(friendly_name_pv.get().pwszVal)); in GetDeviceFriendlyNameInternal()