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

  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 216 class TestChannel : public sigslot::has_slots<> {
219 TestChannel(Port* p1)
226 port_->SignalPortComplete.connect(this, &TestChannel::OnPortComplete);
227 port_->SignalUnknownAddress.connect(this, &TestChannel::OnUnknownAddress);
228 port_->SignalDestroyed.connect(this, &TestChannel::OnSrcPortDestroyed);
244 this, &TestChannel::OnConnectionStateChange);
245 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
247 &TestChannel::OnConnectionReadyToSend);
261 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed);
574 void ConnectStartedChannels(TestChannel* ch1, TestChannel* ch2)
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 76 class TestChannel(object):
236 test_channel = TestChannel(port)

Completed in 68 milliseconds