Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dchannel_unittest.cc1542 EXPECT_FALSE(channel1_->PushdownRemoteDescription( in TestSetContentFailure()
1545 EXPECT_FALSE(channel1_->PushdownRemoteDescription( in TestSetContentFailure()
1573 EXPECT_TRUE(channel1_->PushdownRemoteDescription( in TestReceiveTwoOffers()
1579 EXPECT_TRUE(channel1_->PushdownRemoteDescription( in TestReceiveTwoOffers()
1592 EXPECT_TRUE(channel1_->PushdownRemoteDescription( in TestSendPrAnswer()
1628 EXPECT_TRUE(channel1_->PushdownRemoteDescription( in TestReceivePrAnswer()
1636 EXPECT_TRUE(channel1_->PushdownRemoteDescription( in TestReceivePrAnswer()
Dchannel.h127 bool PushdownRemoteDescription(const SessionDescription* remote_desc,
Dchannel.cc773 bool BaseChannel::PushdownRemoteDescription( in PushdownRemoteDescription() function in cricket::BaseChannel
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1032 return ch->PushdownRemoteDescription(remote_desc_->description(), action, in PushdownMediaDescription()