Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dchannel_unittest.cc1536 EXPECT_FALSE(channel1_->PushdownLocalDescription( in TestSetContentFailure()
1538 EXPECT_FALSE(channel1_->PushdownLocalDescription( in TestSetContentFailure()
1555 EXPECT_TRUE(channel1_->PushdownLocalDescription( in TestSendTwoOffers()
1561 EXPECT_TRUE(channel1_->PushdownLocalDescription( in TestSendTwoOffers()
1599 EXPECT_TRUE(channel1_->PushdownLocalDescription( in TestSendPrAnswer()
1607 EXPECT_TRUE(channel1_->PushdownLocalDescription( in TestSendPrAnswer()
1621 EXPECT_TRUE(channel1_->PushdownLocalDescription( in TestReceivePrAnswer()
Dchannel.h124 bool PushdownLocalDescription(const SessionDescription* local_desc,
Dchannel.cc759 bool BaseChannel::PushdownLocalDescription( in PushdownLocalDescription() function in cricket::BaseChannel
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1029 return ch->PushdownLocalDescription(local_desc_->description(), action, in PushdownMediaDescription()