Searched refs:SetDestination (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dfaketransportcontroller.h43 // SetDestination.
147 void SetDestination(FakeTransportChannel* dest) { function in class:cricket::FakeTransportChannel
344 // Can be informed of another FakeTransport via SetDestination (low-tech way
364 void SetDestination(FakeTransport* dest) { function in class:cricket::FakeTransport
445 channel->SetDestination(dest_channel);
525 transport->SetDestination(dest->GetTransport_w(kv.first));
H A Ddtlstransportchannel_unittest.cc191 transport_->SetDestination(peer->transport_.get());
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine_unittest.cc62 void SetDestination(cricket::DataMediaChannel* dest) { dest_ = dest; } function in class:SctpFakeNetworkInterface
241 net1_->SetDestination(chan2_.get());
242 net2_->SetDestination(chan1_.get());
/external/webrtc/talk/media/base/
H A Dfakenetworkinterface.h59 void SetDestination(MediaChannel* dest) { dest_ = dest; } function in class:cricket::FakeNetworkInterface
H A Dvideoengine_unittest.h148 network_interface_.SetDestination(channel_.get());
/external/libchrome/dbus/
H A Dobject_proxy.cc79 !method_call->SetDestination(service_name_) ||
137 if (!method_call->SetDestination(service_name_) ||
H A Dmessage.h99 bool SetDestination(const std::string& destination);
H A Dbus.cc863 if (!get_name_owner_call.SetDestination("org.freedesktop.DBus") ||
H A Dmessage.cc272 bool Message::SetDestination(const std::string& destination) { function in class:dbus::Message
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc1427 GetTransport1()->SetDestination(NULL);
1437 GetTransport1()->SetDestination(GetTransport2());

Completed in 304 milliseconds