HomeSort by relevance Sort by last modified time
    Searched defs:OnMediaMonitor (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 216 voice_channel->SignalMediaMonitor.connect(this, &Call::OnMediaMonitor);
230 video_channel->SignalMediaMonitor.connect(this, &Call::OnMediaMonitor);
451 void Call::OnMediaMonitor(VoiceChannel *channel, const VoiceMediaInfo& info) {
464 void Call::OnMediaMonitor(VideoChannel *channel, const VideoMediaInfo& info) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 265 this, &Call::OnMediaMonitor);
279 this, &Call::OnMediaMonitor);
748 void Call::OnMediaMonitor(VoiceChannel* channel, const VoiceMediaInfo& info) {
772 void Call::OnMediaMonitor(VideoChannel* channel, const VideoMediaInfo& info) {
    [all...]
channel_unittest.cc 227 this, &ChannelTest<T>::OnMediaMonitor);
229 this, &ChannelTest<T>::OnMediaMonitor);
282 this, &ChannelTest<T>::OnMediaMonitor);
284 this, &ChannelTest<T>::OnMediaMonitor);
548 void OnMediaMonitor(typename T::Channel* channel,
    [all...]

Completed in 196 milliseconds