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

  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 283 webrtc::SessionDescriptionInterface* session_description(
285 if (!session_description) {
292 DummySetSessionDescriptionObserver::Create(), session_description); local
293 if (session_description->type() ==
519 webrtc::SessionDescriptionInterface* session_description(
522 DummySetSessionDescriptionObserver::Create(), session_description); local
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 272 static bool GetAudioSsrcByTrackId(const SessionDescription* session_description,
276 cricket::GetFirstAudioContent(session_description);
295 static bool GetTrackIdBySsrc(const SessionDescription* session_description,
301 cricket::GetFirstAudioContent(session_description);
316 cricket::GetFirstVideoContent(session_description);
    [all...]

Completed in 57 milliseconds