OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_muted
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc
62
bool
is_muted
= !enable;
local
63
success = voe_volume_control_->GetInputMute(channel_,
is_muted
) == 0;
68
EXPECT_EQ(enable,
is_muted
);
71
EXPECT_NE(enable,
is_muted
);
227
bool
is_muted
= true;
local
228
EXPECT_EQ(0, voe_volume_control_->GetInputMute(channel_,
is_muted
));
229
EXPECT_FALSE(
is_muted
);
/external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient.cc
260
bool
is_muted
= change.new_state;
local
267
if (!
is_muted
) {
275
SignalAudioMuteStateChange(change.published_nick, was_muted,
is_muted
);
hangoutpubsubclient_unittest.cc
43
const std::string& nick, bool was_muted, bool
is_muted
) {
46
last_is_audio_muted =
is_muted
;
50
const std::string& nick, bool was_muted, bool
is_muted
) {
53
last_is_video_muted =
is_muted
;
/external/webrtc/webrtc/voice_engine/
channel.cc
3388
bool
is_muted
= Mute(); \/\/ Cache locally as Mute() takes a lock.
local
[
all
...]
Completed in 206 milliseconds