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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 416 void Call::StopConnectionMonitor(BaseSession *session) {
419 voice_channel->StopConnectionMonitor();
425 video_channel->StopConnectionMonitor();
channel.cc 121 StopConnectionMonitor();
187 void BaseChannel::StopConnectionMonitor() {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 676 void Call::StopConnectionMonitor(Session* session) {
679 voice_channel->StopConnectionMonitor();
685 video_channel->StopConnectionMonitor();
    [all...]
channel.cc 415 StopConnectionMonitor();
537 void BaseChannel::StopConnectionMonitor() {
    [all...]

Completed in 69 milliseconds