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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 162 Session* ReleaseSession(bool channel_exists);
tunnelsessionclient.cc 112 Session* session = (*it)->ReleaseSession(true);
136 VERIFY((*it)->ReleaseSession(false) == session);
329 Session* TunnelSession::ReleaseSession(bool channel_exists) {
363 // ReleaseSession should have been called before this.
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 162 Session* ReleaseSession(bool channel_exists);
tunnelsessionclient.cc 115 Session* session = (*it)->ReleaseSession(true);
139 VERIFY((*it)->ReleaseSession(false) == session);
362 Session* TunnelSession::ReleaseSession(bool channel_exists) {
396 // ReleaseSession should have been called before this.

Completed in 106 milliseconds