OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MicrophoneBoost
(Results
26 - 34
of
34
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc
865
int32_t AudioMixerManagerLinuxALSA::
MicrophoneBoost
(bool& enabled) const
[
all
...]
audio_mixer_manager_pulse_linux.cc
746
int32_t AudioMixerManagerLinuxPulse::
MicrophoneBoost
(bool& enabled) const
[
all
...]
audio_device_pulse_linux.cc
636
int32_t AudioDeviceLinuxPulse::
MicrophoneBoost
(bool& enabled) const
641
if (_mixerManager.
MicrophoneBoost
(onOff) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
709
int32_t AudioDeviceMac::
MicrophoneBoost
(bool& enabled) const {
712
if (_mixerManager.
MicrophoneBoost
(onOff) == -1) {
[
all
...]
audio_mixer_manager_mac.cc
783
int32_t AudioMixerManagerMac::
MicrophoneBoost
(bool& enabled) const {
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
296
EXPECT_EQ(0, _audioDevice->
MicrophoneBoost
(&boosted));
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
965
//
MicrophoneBoost
968
int32_t AudioDeviceWindowsWave::
MicrophoneBoost
(bool& enabled) const
973
if (_mixerManager.
MicrophoneBoost
(onOff) == -1)
[
all
...]
audio_mixer_manager_win.cc
[
all
...]
audio_device_core_win.cc
[
all
...]
Completed in 462 milliseconds
1
2