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

  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 71 // The test service creates a TestChannel for every client (channel) that
73 class TestChannel : public Channel {
75 explicit TestChannel(int channel_id) : channel_id_(channel_id) {}
84 TestChannel(const TestChannel&) = delete;
85 void operator=(const TestChannel&) = delete;
88 // Test service that creates a TestChannel for each channel and responds to test
93 return std::make_shared<TestChannel>(message.GetChannelId());
105 test_channel_ = message.GetChannel<TestChannel>();
127 // Set the test channel to the TestChannel for the current channel. Othe
    [all...]
  /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 927 milliseconds