Searched refs:dwHwSupportMask (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 4948 DWORD dwHwSupportMask = 0; in _EnumerateEndpointDevicesAll() local 4952 hr = pEndpointVolume->QueryHardwareSupport(&dwHwSupportMask); in _EnumerateEndpointDevicesAll() 4954 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_VOLUME) in _EnumerateEndpointDevicesAll() 4956 …CE(kTraceInfo, kTraceAudioDevice, _id, "hwmask (0x%x) : HARDWARE_SUPPORT_VOLUME", dwHwSupportMask); in _EnumerateEndpointDevicesAll() 4957 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_MUTE) in _EnumerateEndpointDevicesAll() 4959 …RACE(kTraceInfo, kTraceAudioDevice, _id, "hwmask (0x%x) : HARDWARE_SUPPORT_MUTE", dwHwSupportMask); in _EnumerateEndpointDevicesAll() 4960 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_METER) in _EnumerateEndpointDevicesAll() 4962 …ACE(kTraceInfo, kTraceAudioDevice, _id, "hwmask (0x%x) : HARDWARE_SUPPORT_METER", dwHwSupportMask); in _EnumerateEndpointDevicesAll() 4971 if (dwHwSupportMask & ENDPOINT_HARDWARE_SUPPORT_VOLUME) in _EnumerateEndpointDevicesAll()
|