OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirstAudioContent
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h
479
const ContentInfo*
GetFirstAudioContent
(const ContentInfos& contents);
482
const ContentInfo*
GetFirstAudioContent
(const SessionDescription* sdesc);
call.cc
269
const ContentInfo* audio_offer =
GetFirstAudioContent
(offer);
859
const ContentInfo* audio_content =
GetFirstAudioContent
(updated_contents);
938
const ContentInfo* audio_content =
GetFirstAudioContent
(updated_contents);
[
all
...]
mediasession.cc
[
all
...]
mediasessionclient.cc
136
const ContentInfo* audio_content =
GetFirstAudioContent
(accept);
[
all
...]
channel.cc
[
all
...]
mediasessionclient_unittest.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc
420
const cricket::ContentInfo* content = cricket::
GetFirstAudioContent
(sdp);
448
const cricket::ContentInfo* content = cricket::
GetFirstAudioContent
(sdp);
[
all
...]
peerconnectioninterface_unittest.cc
723
EXPECT_TRUE(GetFirstSsrc(
GetFirstAudioContent
(offer->description()),
735
EXPECT_TRUE(GetFirstSsrc(
GetFirstAudioContent
(answer->description()),
[
all
...]
webrtcsession.cc
200
cricket::
GetFirstAudioContent
(session_description);
224
cricket::
GetFirstAudioContent
(session_description);
[
all
...]
mediastreamsignaling.cc
402
const cricket::ContentInfo* audio_content =
GetFirstAudioContent
(remote_desc);
456
GetFirstAudioContent
(desc->description());
[
all
...]
webrtcsdp_unittest.cc
[
all
...]
peerconnection_unittest.cc
284
const ContentInfo* remote_audio_content =
GetFirstAudioContent
(remote_desc);
287
GetFirstAudioContent
(local_desc);
[
all
...]
webrtcsdp.cc
[
all
...]
Completed in 733 milliseconds