Home
last modified time | relevance | path

Searched refs:session_description (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc283 webrtc::SessionDescriptionInterface* session_description( in OnMessageFromPeer() local
285 if (!session_description) { in OnMessageFromPeer()
292 DummySetSessionDescriptionObserver::Create(), session_description); in OnMessageFromPeer()
293 if (session_description->type() == in OnMessageFromPeer()
519 webrtc::SessionDescriptionInterface* session_description( in OnSuccess() local
522 DummySetSessionDescriptionObserver::Create(), session_description); in OnSuccess()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc272 static bool GetAudioSsrcByTrackId(const SessionDescription* session_description, in GetAudioSsrcByTrackId() argument
276 cricket::GetFirstAudioContent(session_description); in GetAudioSsrcByTrackId()
295 static bool GetTrackIdBySsrc(const SessionDescription* session_description, in GetTrackIdBySsrc() argument
301 cricket::GetFirstAudioContent(session_description); in GetTrackIdBySsrc()
316 cricket::GetFirstVideoContent(session_description); in GetTrackIdBySsrc()