HomeSort by relevance Sort by last modified time
    Searched refs:SetDestination (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/renderer/media/
cast_udp_transport.cc 20 void CastUdpTransport::SetDestination(const net::IPEndPoint& remote_address) {
21 VLOG(1) << "CastUdpTransport::SetDestination = "
cast_udp_transport.h 28 void SetDestination(const net::IPEndPoint& remote_address);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 57 // SetDestination.
157 void SetDestination(FakeTransportChannel* dest) {
329 // Can be informed of another FakeTransport via SetDestination (low-tech way
351 void SetDestination(FakeTransport* dest) {
415 channel->SetDestination(dest_channel);
460 static_cast<FakeTransport*>(it->second->impl())->SetDestination(
dtlstransportchannel_unittest.cc 202 transport_->SetDestination(peer->transport_.get());
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.h 73 int (*SetDestination)(struct S_AudioFilePlayer *afp, AudioUnit *inDestUnit);
AudioFilePlayer.c 321 SET_AUDIOFILEPLAYER_METHOD(SetDestination);
CDPlayer.c 417 if (!thePlayer->SetDestination(thePlayer, &theUnit))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dciddi.h 134 DCIRVAL (CALLBACK *SetDestination) (LPVOID,LPRECT,LPRECT);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 67 void SetDestination(cricket::DataMediaChannel* dest) { dest_ = dest; }
253 net1_->SetDestination(chan2_.get());
254 net2_->SetDestination(chan1_.get());
  /external/chromium_org/dbus/
message.h 96 bool SetDestination(const std::string& destination);
object_proxy.cc 74 !method_call->SetDestination(service_name_) ||
131 if (!method_call->SetDestination(service_name_) ||
message_unittest.cc 493 method_call.SetDestination("com.example.Service");
605 EXPECT_TRUE(message->SetDestination("org.chromium.destination"));
634 EXPECT_FALSE(message->SetDestination("org..chromium"));
bus.cc 879 if (!get_name_owner_call.SetDestination("org.freedesktop.DBus") ||
    [all...]
message.cc 274 bool Message::SetDestination(const std::string& destination) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakenetworkinterface.h 59 void SetDestination(MediaChannel* dest) { dest_ = dest; }
videoengine_unittest.h 501 network_interface_.SetDestination(channel_.get());
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.cc 463 transport->SetDestination(net::IPEndPoint(ip, destination->port));
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py     [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]

Completed in 487 milliseconds