Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dchannel.h255 virtual const ContentInfo* GetFirstContent(
408 virtual const ContentInfo* GetFirstContent(const SessionDescription* sdesc);
491 virtual const ContentInfo* GetFirstContent(const SessionDescription* sdesc);
604 virtual const ContentInfo* GetFirstContent(const SessionDescription* sdesc);
Dchannel.cc762 const ContentInfo* content_info = GetFirstContent(local_desc); in PushdownLocalDescription()
776 const ContentInfo* content_info = GetFirstContent(remote_desc); in PushdownRemoteDescription()
1490 const ContentInfo* VoiceChannel::GetFirstContent( in GetFirstContent() function in cricket::VoiceChannel
1761 const ContentInfo* VideoChannel::GetFirstContent( in GetFirstContent() function in cricket::VideoChannel
2049 const ContentInfo* DataChannel::GetFirstContent( in GetFirstContent() function in cricket::DataChannel