Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc49 _inputDeviceID(kAudioObjectUnknown), in AudioMixerManagerMac()
97 _inputDeviceID = kAudioObjectUnknown; in CloseMicrophone()
164 _inputDeviceID = deviceID; in OpenMicrophone()
171 _inputDeviceID, &propertyAddress, 0, NULL, &size, &hogPid)); in OpenMicrophone()
196 _inputDeviceID, &propertyAddress, 0, NULL, &size, &streamFormat)); in OpenMicrophone()
212 return (_inputDeviceID != kAudioObjectUnknown); in MicrophoneIsInitialized()
582 if (_inputDeviceID == kAudioObjectUnknown) { in StereoRecordingIsAvailable()
593 if (_inputDeviceID == kAudioObjectUnknown) { in MicrophoneMuteIsAvailable()
606 err = AudioObjectIsPropertySettable(_inputDeviceID, &propertyAddress, in MicrophoneMuteIsAvailable()
617 err = AudioObjectIsPropertySettable(_inputDeviceID, &propertyAddress, in MicrophoneMuteIsAvailable()
[all …]
Daudio_device_mac.cc102 _inputDeviceID(kAudioObjectUnknown), in AudioDeviceMac()
430 if (_inputDeviceID == _outputDeviceID) { in InitSpeaker()
474 if (InitDevice(_inputDeviceIndex, _inputDeviceID, true) == -1) { in InitMicrophone()
478 if (_inputDeviceID == _outputDeviceID) { in InitMicrophone()
484 if (_mixerManager.OpenMicrophone(_inputDeviceID) == -1) { in InitMicrophone()
1243 _inputDeviceID, &propertyAddress, 0, NULL, &size, &_inStreamFormat)); in InitRecording()
1339 _inputDeviceID, &propertyAddress, 0, NULL, &size, &range)); in InitRecording()
1349 _inputDeviceID, &propertyAddress, 0, NULL, size, &bufByteCount)); in InitRecording()
1356 _inputDeviceID, &propertyAddress, 0, NULL, &size, &latency)); in InitRecording()
1364 _inputDeviceID, &propertyAddress, 0, NULL, &size, &stream)); in InitRecording()
[all …]
Daudio_mixer_manager_mac.h70 AudioDeviceID _inputDeviceID; variable
Daudio_device_mac.h304 AudioDeviceID _inputDeviceID; variable