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

  /external/webrtc/talk/media/base/
fakescreencapturerfactory.h 49 window_capturer_->SignalDestroyed.connect(
fakevideocapturer.h 72 SignalDestroyed(this);
139 sigslot::signal1<FakeVideoCapturer*> SignalDestroyed;
  /external/webrtc/webrtc/base/
proxyserver.h 35 sigslot::signal1<ProxyBinding*> SignalDestroyed;
proxyserver.cc 147 SignalDestroyed(this);
  /external/webrtc/webrtc/p2p/base/
portinterface.h 105 sigslot::signal1<PortInterface*> SignalDestroyed;
transportchannel.h 155 sigslot::signal1<TransportChannel*> SignalDestroyed;
turnserver.cc 64 sigslot::signal1<Permission*> SignalDestroyed;
86 sigslot::signal1<Channel*> SignalDestroyed;
447 allocation->SignalDestroyed.connect(this, &TurnServer::OnAllocationDestroyed);
749 channel1->SignalDestroyed.connect(this,
831 perm->SignalDestroyed.connect(
892 SignalDestroyed(this);
926 SignalDestroyed(this);
947 SignalDestroyed(this);
portallocator.h 143 sigslot::signal1<PortAllocatorSession*> SignalDestroyed;
turnserver.h 88 sigslot::signal1<TurnServerAllocation*> SignalDestroyed;
turnport.cc 168 sigslot::signal1<TurnEntry*> SignalDestroyed;
464 conn->SignalDestroyed.connect(this, &TurnPort::OnConnectionDestroyed);
    [all...]
port.cc 266 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed);
660 SignalDestroyed(this);
    [all...]
port.h 473 sigslot::signal1<Connection*> SignalDestroyed;
p2ptransportchannel.cc 271 connection->SignalDestroyed.connect(
455 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed);
    [all...]
turnport_unittest.cc 107 conn->SignalDestroyed.connect(
285 conn->SignalDestroyed.connect(this, &TurnPortTest::OnConnectionDestroyed);
    [all...]
port_unittest.cc 228 port_->SignalDestroyed.connect(this, &TestChannel::OnSrcPortDestroyed);
245 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
261 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
742 port->SignalDestroyed.connect(this, &PortTest::OnDestroyed);
    [all...]
  /external/webrtc/talk/app/webrtc/
dtmfsender_unittest.cc 89 SignalDestroyed();
116 return &SignalDestroyed;
136 sigslot::signal0<> SignalDestroyed;
dtlsidentitystore.h 141 sigslot::signal0<> SignalDestroyed;
dtlsidentitystore.cc 63 store_->SignalDestroyed.connect(this, &WorkerTask::OnStoreDestroyed);
138 SignalDestroyed();
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 465 port->SignalDestroyed.connect(this,
900 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed);
    [all...]

Completed in 2081 milliseconds