HomeSort by relevance Sort by last modified time
    Searched defs:FakeTransport (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 32 class FakeTransport;
344 // Can be informed of another FakeTransport via SetDestination (low-tech way
346 class FakeTransport : public Transport {
350 explicit FakeTransport(const std::string& name) : Transport(name, nullptr) {}
354 FakeTransport(const std::string& name, PortAllocator* allocator)
357 ~FakeTransport() { DestroyAllChannels(); }
364 void SetDestination(FakeTransport* dest) {
453 FakeTransport* dest_ = nullptr;
491 FakeTransport* GetTransport_w(const std::string& transport_name) {
492 return static_cast<FakeTransport*>(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py     [all...]
  /external/python/cpython2/Lib/test/
test_xmlrpc.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py     [all...]

Completed in 165 milliseconds