Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc1743 UInt32 hardwareProperty = 0; in GetNumberDevices() local
1745 hardwareProperty = kAudioHardwarePropertyDefaultOutputDevice; in GetNumberDevices()
1747 hardwareProperty = kAudioHardwarePropertyDefaultInputDevice; in GetNumberDevices()
1751 hardwareProperty, kAudioObjectPropertyScopeGlobal, in GetNumberDevices()
1860 UInt32 hardwareProperty = 0; in GetDeviceName() local
1862 hardwareProperty = kAudioHardwarePropertyDefaultOutputDevice; in GetDeviceName()
1864 hardwareProperty = kAudioHardwarePropertyDefaultInputDevice; in GetDeviceName()
1867 hardwareProperty, kAudioObjectPropertyScopeGlobal, in GetDeviceName()