Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc2194 UInt32 hardwareProperty = 0; in GetNumberDevices() local
2197 hardwareProperty = kAudioHardwarePropertyDefaultOutputDevice; in GetNumberDevices()
2200 hardwareProperty = kAudioHardwarePropertyDefaultInputDevice; in GetNumberDevices()
2204 propertyAddressDefault = { hardwareProperty, in GetNumberDevices()
2334 UInt32 hardwareProperty = 0; in GetDeviceName() local
2337 hardwareProperty = kAudioHardwarePropertyDefaultOutputDevice; in GetDeviceName()
2340 hardwareProperty = kAudioHardwarePropertyDefaultInputDevice; in GetDeviceName()
2342 AudioObjectPropertyAddress propertyAddress = { hardwareProperty, in GetDeviceName()