OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetInputMute
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_volume_control.h
28
// volume->
SetInputMute
(ch, true);
72
virtual int
SetInputMute
(int channel, bool enable) = 0;
/external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.h
30
int
SetInputMute
(int channel, bool enable) override;
voe_volume_control_impl.cc
199
int VoEVolumeControlImpl::
SetInputMute
(int channel, bool enable) {
201
"
SetInputMute
(channel=%d, enable=%d)", channel, enable);
216
"
SetInputMute
() failed to locate channel");
234
"
SetInputMute
() failed to locate channel");
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_output_test.cc
131
manager_.VolumeControlPtr()->
SetInputMute
(channel_, true);
135
manager_.VolumeControlPtr()->
SetInputMute
(channel_, false);
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc
112
EXPECT_EQ(0, voe_volume_control_->
SetInputMute
(channel_, true));
127
EXPECT_EQ(0, voe_volume_control_->
SetInputMute
(channel_, false));
volume_test.cc
53
bool success = voe_volume_control_->
SetInputMute
(channel_, enable) == 0;
/external/autotest/client/cros/audio/
cras_utils.py
253
get_cras_control_interface().
SetInputMute
(is_mute)
/external/webrtc/webrtc/test/
mock_voice_engine.h
322
MOCK_METHOD2(
SetInputMute
, int(int channel, bool enable));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
656
WEBRTC_STUB(
SetInputMute
, (int, bool));
webrtcvoiceengine.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
631
res = volume->
SetInputMute
(chan, muted);
Completed in 226 milliseconds