Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3947 IAudioEndpointVolume* pEndpointVolume = NULL; in _EnumerateEndpointDevicesAll() local
4032 (void**)&pEndpointVolume); in _EnumerateEndpointDevicesAll()
4034 hr = pEndpointVolume->QueryHardwareSupport(&dwHwSupportMask); in _EnumerateEndpointDevicesAll()
4052 hr = pEndpointVolume->GetChannelCount(&nChannelCount); in _EnumerateEndpointDevicesAll()
4061 hr = pEndpointVolume->GetVolumeRange(&fLevelMinDB, &fLevelMaxDB, in _EnumerateEndpointDevicesAll()
4086 hr = pEndpointVolume->GetVolumeStepInfo(&nStep, &nStepCount); in _EnumerateEndpointDevicesAll()
4100 SAFE_RELEASE(pEndpointVolume); in _EnumerateEndpointDevicesAll()
4111 SAFE_RELEASE(pEndpointVolume); in _EnumerateEndpointDevicesAll()