Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc335 std::string GetDeviceIdInternal(IMMDevice* device) { in GetDeviceIdInternal() function
525 GetDeviceIdInternal(audio_device.Get())); in GetDeviceNamesInternal()
567 std::string unique_id = GetDeviceIdInternal(default_device.Get()); in GetDeviceNamesInternal()
724 return device.Get() ? GetDeviceIdInternal(device.Get()) : std::string(); in GetDefaultInputDeviceID()
731 return device.Get() ? GetDeviceIdInternal(device.Get()) : std::string(); in GetDefaultOutputDeviceID()
738 return device.Get() ? GetDeviceIdInternal(device.Get()) : std::string(); in GetCommunicationsInputDeviceID()
745 return device.Get() ? GetDeviceIdInternal(device.Get()) : std::string(); in GetCommunicationsOutputDeviceID()
759 GetDeviceIdInternal(device)); in GetDeviceName()