Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc2077 ContentInfo* offer_content = offer->GetContentByName("audio"); in TEST_F() local
2078 ASSERT_TRUE(offer_content != NULL); in TEST_F()
2080 static_cast<AudioContentDescription*>(offer_content->description); in TEST_F()
2103 ContentInfo* offer_content = offer->GetContentByName("audio"); in TEST_F() local
2104 ASSERT_TRUE(offer_content != NULL); in TEST_F()
2106 static_cast<AudioContentDescription*>(offer_content->description); in TEST_F()