Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4030 DWORD dwHwSupportMask = 0; in _EnumerateEndpointDevicesAll() local
4034 hr = pEndpointVolume->QueryHardwareSupport(&dwHwSupportMask); in _EnumerateEndpointDevicesAll()
4036 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_VOLUME) in _EnumerateEndpointDevicesAll()
4038 RTC_LOG(LS_VERBOSE) << "hwmask (0x" << rtc::ToHex(dwHwSupportMask) in _EnumerateEndpointDevicesAll()
4040 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_MUTE) in _EnumerateEndpointDevicesAll()
4042 RTC_LOG(LS_VERBOSE) << "hwmask (0x" << rtc::ToHex(dwHwSupportMask) in _EnumerateEndpointDevicesAll()
4044 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_METER) in _EnumerateEndpointDevicesAll()
4046 RTC_LOG(LS_VERBOSE) << "hwmask (0x" << rtc::ToHex(dwHwSupportMask) in _EnumerateEndpointDevicesAll()
4056 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_VOLUME) { in _EnumerateEndpointDevicesAll()