Home
last modified time | relevance | path

Searched refs:data_content (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession.cc1857 const ContentInfo* data_content = GetFirstDataContent(offer); in AddDataContentForAnswer() local
1859 data_content->name, offer, options.data_transport_options, in AddDataContentForAnswer()
1877 data_content->description), in AddDataContentForAnswer()
1890 bool rejected = !options.has_data() || data_content->rejected || in AddDataContentForAnswer()
1896 if (!AddTransportAnswer(data_content->name, *(data_transport.get()), in AddDataContentForAnswer()
1905 answer->AddContent(data_content->name, data_content->type, rejected, in AddDataContentForAnswer()
Dmediasession_unittest.cc2337 const ContentInfo* data_content = GetFirstDataContent(updated_offer.get()); in TEST_F() local
2340 ASSERT_TRUE(data_content != nullptr); in TEST_F()
2343 EXPECT_EQ("data_modified", data_content->name); in TEST_F()
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc1005 const cricket::ContentInfo* data_content = in SetLocalDescription() local
1007 if (data_content) { in SetLocalDescription()
1010 data_content->description); in SetLocalDescription()