OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVoiceChannel
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor_unittest.cc
42
engine_.
GetVoiceChannel
(0)->set_time_since_last_typing(1000);
62
EXPECT_FALSE(engine_.
GetVoiceChannel
(0)->IsStreamMuted(0));
64
engine_.
GetVoiceChannel
(0)->TriggerError(0, VoiceMediaChannel::ERROR_OTHER);
66
EXPECT_FALSE(engine_.
GetVoiceChannel
(0)->IsStreamMuted(0));
68
engine_.
GetVoiceChannel
(0)->TriggerError(
71
EXPECT_TRUE(engine_.
GetVoiceChannel
(0)->IsStreamMuted(0));
74
!engine_.
GetVoiceChannel
(0)->IsStreamMuted(0), 100);
78
engine_.
GetVoiceChannel
(0)->set_time_since_last_typing(1000);
80
EXPECT_FALSE(engine_.
GetVoiceChannel
(0)->IsStreamMuted(0));
82
engine_.
GetVoiceChannel
(0)->TriggerError
[
all
...]
call.cc
378
VoiceChannel* Call::
GetVoiceChannel
(Session* session) const {
661
VoiceChannel* voice_channel =
GetVoiceChannel
(session);
677
VoiceChannel* voice_channel =
GetVoiceChannel
(session);
691
VoiceChannel* voice_channel =
GetVoiceChannel
(session);
699
VoiceChannel* voice_channel =
GetVoiceChannel
(session);
707
VoiceChannel* voice_channel =
GetVoiceChannel
(session);
872
VoiceChannel* voice_channel =
GetVoiceChannel
(session);
918
update_channels ?
GetVoiceChannel
(session) : NULL,
[
all
...]
call.h
120
VoiceChannel*
GetVoiceChannel
(Session* session) const;
mediasessionclient_unittest.cc
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
151
VoiceChannel *voice_channel =
GetVoiceChannel
(session);
163
VoiceChannel *voice_channel =
GetVoiceChannel
(session);
293
VoiceChannel* Call::
GetVoiceChannel
(BaseSession* session) {
308
VoiceChannel *voice_channel =
GetVoiceChannel
(*it);
401
VoiceChannel *voice_channel =
GetVoiceChannel
(session);
417
VoiceChannel *voice_channel =
GetVoiceChannel
(session);
431
VoiceChannel *voice_channel =
GetVoiceChannel
(session);
439
VoiceChannel *voice_channel =
GetVoiceChannel
(session);
call.h
118
VoiceChannel*
GetVoiceChannel
(BaseSession* session);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h
926
FakeVoiceMediaChannel*
GetVoiceChannel
(size_t index) {
[
all
...]
Completed in 732 milliseconds