Searched refs:SetDestination (Results 1 - 12 of 12) 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.cc77 !method_call->SetDestination(service_name_) ||
134 if (!method_call->SetDestination(service_name_) ||
H A Dmessage.h98 bool SetDestination(const std::string& destination);
H A Dbus.cc861 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/v8/tools/gyp/pylib/gyp/generator/
H A Dxcode.py1195 pbxcp.SetDestination(dest)
/external/v8/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1977 def SetDestination(self, path): member in class:PBXCopyFilesBuildPhase
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc1427 GetTransport1()->SetDestination(NULL);
1437 GetTransport1()->SetDestination(GetTransport2());

Completed in 271 milliseconds