Searched refs:GetDeviceIdInternal (Results 1 – 1 of 1) sorted by relevance
335 std::string GetDeviceIdInternal(IMMDevice* device) { in GetDeviceIdInternal() function525 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()