Searched refs:property_address (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/media/audio/mac/ |
D | audio_manager_mac.cc | 40 const AudioObjectPropertyAddress property_address = { in HasAudioHardware() local 47 &property_address, in HasAudioHardware() 71 AudioObjectPropertyAddress property_address = { in GetAudioDeviceInfo() local 78 &property_address, in GetAudioDeviceInfo() 93 &property_address, in GetAudioDeviceInfo() 104 property_address.mScope = is_input ? in GetAudioDeviceInfo() 106 property_address.mSelector = kAudioDevicePropertyStreams; in GetAudioDeviceInfo() 109 &property_address, in GetAudioDeviceInfo() 119 property_address.mSelector = kAudioDevicePropertyDeviceUID; in GetAudioDeviceInfo() 120 property_address.mScope = kAudioObjectPropertyScopeGlobal; in GetAudioDeviceInfo() [all …]
|
D | audio_low_latency_input_mac.cc | 353 AudioObjectPropertyAddress property_address = { in SetVolume() local 362 &property_address, in SetVolume() 376 property_address.mElement = static_cast<UInt32>(i); in SetVolume() 379 &property_address, in SetVolume() 407 AudioObjectPropertyAddress property_address = { in GetVolume() local 413 if (AudioObjectHasProperty(input_device_id_, &property_address)) { in GetVolume() 419 &property_address, in GetVolume() 432 property_address.mElement = static_cast<UInt32>(i); in GetVolume() 433 if (AudioObjectHasProperty(input_device_id_, &property_address)) { in GetVolume() 437 &property_address, in GetVolume() [all …]
|
D | audio_low_latency_output_mac.cc | 371 AudioObjectPropertyAddress property_address = { in GetHardwareLatency() local 379 &property_address, in GetHardwareLatency()
|
D | audio_auhal_mac.cc | 311 static const AudioObjectPropertyAddress property_address = { in GetHardwareLatency() local 321 &property_address, in GetHardwareLatency()
|