Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4864 IAudioEndpointVolume* pEndpointVolume = NULL; in _EnumerateEndpointDevicesAll() local
4950 NULL, (void**)&pEndpointVolume); in _EnumerateEndpointDevicesAll()
4952 hr = pEndpointVolume->QueryHardwareSupport(&dwHwSupportMask); in _EnumerateEndpointDevicesAll()
4966 hr = pEndpointVolume->GetChannelCount( in _EnumerateEndpointDevicesAll()
4977 hr = pEndpointVolume->GetVolumeRange( in _EnumerateEndpointDevicesAll()
5001 hr = pEndpointVolume->GetVolumeStepInfo( in _EnumerateEndpointDevicesAll()
5017 SAFE_RELEASE(pEndpointVolume); in _EnumerateEndpointDevicesAll()
5028 SAFE_RELEASE(pEndpointVolume); in _EnumerateEndpointDevicesAll()