OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MicrophoneMute
(Results
26 - 34
of
34
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc
776
int32_t AudioMixerManagerLinuxALSA::
MicrophoneMute
(bool& enabled) const
[
all
...]
audio_mixer_manager_pulse_linux.cc
662
int32_t AudioMixerManagerLinuxPulse::
MicrophoneMute
(bool& enabled) const
692
"\tAudioMixerManagerLinuxPulse::
MicrophoneMute
() =>"
[
all
...]
audio_device_pulse_linux.cc
586
int32_t AudioDeviceLinuxPulse::
MicrophoneMute
(bool& enabled) const
590
if (_mixerManager.
MicrophoneMute
(muted) == -1)
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
665
int32_t AudioDeviceMac::
MicrophoneMute
(bool& enabled) const {
668
if (_mixerManager.
MicrophoneMute
(muted) == -1) {
[
all
...]
audio_mixer_manager_mac.cc
686
int32_t AudioMixerManagerMac::
MicrophoneMute
(bool& enabled) const {
740
" AudioMixerManagerMac::
MicrophoneMute
() => enabled=%d",
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
279
EXPECT_EQ(0, _audioDevice->
MicrophoneMute
(&muted));
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
904
//
MicrophoneMute
907
int32_t AudioDeviceWindowsWave::
MicrophoneMute
(bool& enabled) const
912
if (_mixerManager.
MicrophoneMute
(muted) == -1)
[
all
...]
audio_mixer_manager_win.cc
[
all
...]
audio_device_core_win.cc
[
all
...]
Completed in 684 milliseconds
1
2