OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInputMute
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_volume_control.h
75
virtual int
GetInputMute
(int channel, bool& enabled) = 0;
/external/webrtc/webrtc/voice_engine/
voe_volume_control_impl.h
32
int
GetInputMute
(int channel, bool& enabled) override;
voe_volume_control_impl.cc
222
int VoEVolumeControlImpl::
GetInputMute
(int channel, bool& enabled) {
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc
63
success = voe_volume_control_->
GetInputMute
(channel_, is_muted) == 0;
228
EXPECT_EQ(0, voe_volume_control_->
GetInputMute
(channel_, is_muted));
/external/webrtc/webrtc/test/
mock_voice_engine.h
323
MOCK_METHOD2(
GetInputMute
, int(int channel, bool& enabled));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
657
WEBRTC_STUB(
GetInputMute
, (int, bool&));
webrtcvoiceengine.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
628
res = volume->
GetInputMute
(chan, muted);
Completed in 198 milliseconds