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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.cc 66 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
68 return CreateSessionDescription(type, sdp, NULL);
71 SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.cc 523 PeerConnectionDependencyFactory::CreateSessionDescription(
527 return webrtc::CreateSessionDescription(type, sdp, error);
mock_peer_connection_dependency_factory.cc 507 MockPeerConnectionDependencyFactory::CreateSessionDescription(

Completed in 583 milliseconds