OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MicrophoneMute
(Results
1 - 14
of
14
) sorted by null
/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_alsa_linux.cc
497
//
MicrophoneMute
500
int32_t AudioDeviceLinuxALSA::
MicrophoneMute
(bool& enabled) const
505
if (_mixerManager.
MicrophoneMute
(muted) == -1)
[
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_mixer_manager_mac.cc
686
int32_t AudioMixerManagerMac::
MicrophoneMute
(bool& enabled) const {
740
" AudioMixerManagerMac::
MicrophoneMute
() => enabled=%d",
audio_device_mac.cc
665
int32_t AudioDeviceMac::
MicrophoneMute
(bool& enabled) const {
668
if (_mixerManager.
MicrophoneMute
(muted) == -1) {
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
156
int32_t AudioDeviceDummy::
MicrophoneMute
(bool& enabled) const { return -1; }
file_audio_device.cc
380
int32_t FileAudioDevice::
MicrophoneMute
(bool& enabled) const { return -1; }
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
98
virtual int32_t
MicrophoneMute
(bool* enabled) const { return 0; }
/external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc
[
all
...]
audio_device_wave_win.cc
904
//
MicrophoneMute
907
int32_t AudioDeviceWindowsWave::
MicrophoneMute
(bool& enabled) const
912
if (_mixerManager.
MicrophoneMute
(muted) == -1)
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
425
int32_t FakeAudioCaptureModule::
MicrophoneMute
(bool* /*enabled*/) const {
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
847
//
MicrophoneMute
850
int32_t AudioDeviceModuleImpl::
MicrophoneMute
(bool* enabled) const
856
if (_ptrAudioDevice->
MicrophoneMute
(muted) == -1)
[
all
...]
Completed in 159 milliseconds