Searched refs:ConvertRtcOptionsForOffer (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | peerconnectioninterface_unittest.cc | 2269 EXPECT_FALSE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2273 EXPECT_FALSE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2281 EXPECT_FALSE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2285 EXPECT_FALSE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2296 EXPECT_TRUE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2309 EXPECT_TRUE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2321 EXPECT_TRUE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2339 EXPECT_TRUE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2355 EXPECT_TRUE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() 2369 EXPECT_TRUE(ConvertRtcOptionsForOffer(rtc_options, &options)); in TEST() [all …]
|
D | peerconnection.h | 50 bool ConvertRtcOptionsForOffer(
|
D | peerconnection.cc | 447 bool ConvertRtcOptionsForOffer( in ConvertRtcOptionsForOffer() function 1440 if (!ConvertRtcOptionsForOffer(rtc_options, session_options)) { in GetOptionsForOffer()
|
D | webrtcsession_unittest.cc | 563 ASSERT_TRUE(ConvertRtcOptionsForOffer(rtc_options, session_options)); in GetOptionsForOffer()
|