Searched refs:friendly_name_pv (Results 1 – 1 of 1) sorted by relevance
356 ScopedPropVariant friendly_name_pv; in GetDeviceFriendlyNameInternal() local358 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()