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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 249 webrtc::SessionDescriptionInterface* session_description(
251 if (!session_description) {
257 DummySetSessionDescriptionObserver::Create(), session_description); local
258 if (session_description->type() ==
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 209 const SessionDescription* session_description,
212 cricket::GetFirstAudioContent(session_description);
230 static bool GetTrackIdBySsrc(const SessionDescription* session_description,
236 cricket::GetFirstAudioContent(session_description);
250 cricket::GetFirstVideoContent(session_description);
    [all...]

Completed in 31 milliseconds