Searched defs:rtc (Results 76 - 100 of 416) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dssladapter.cc35 namespace rtc { namespace
97 } // namespace rtc
H A Dsslstreamadapter.cc34 namespace rtc { namespace
77 } // namespace rtc
H A Dunixfilesystem.h18 namespace rtc { namespace
124 } // namespace rtc
H A Dwin32regkey.h29 namespace rtc { namespace
335 } // namespace rtc
H A Dasyncresolverinterface.h17 namespace rtc { namespace
45 } // namespace rtc
H A Dasyncsocket.cc13 namespace rtc { namespace
44 } // namespace rtc
H A Dasynctcpsocket_unittest.cc19 namespace rtc { namespace
26 : pss_(new rtc::PhysicalSocketServer),
27 vss_(new rtc::VirtualSocketServer(pss_.get())),
35 void OnReadyToSend(rtc::AsyncPacketSocket* socket) {
53 } // namespace rtc
H A Dasyncudpsocket_unittest.cc19 namespace rtc { namespace
26 : pss_(new rtc::PhysicalSocketServer),
27 vss_(new rtc::VirtualSocketServer(pss_.get())),
35 void OnReadyToSend(rtc::AsyncPacketSocket* socket) {
53 } // namespace rtc
H A Datomicops_unittest.cc14 namespace rtc { namespace
30 rtc::FixedSizeLockFreeQueue<int> queue;
39 rtc::FixedSizeLockFreeQueue<int> queue(5);
47 rtc::FixedSizeLockFreeQueue<int> queue(2);
68 rtc::FixedSizeLockFreeQueue<int> queue(2);
H A Dbandwidthsmoother_unittest.cc16 namespace rtc { namespace
116 } // namespace rtc
H A Dcrc32.cc15 namespace rtc { namespace
51 } // namespace rtc
H A Devent.h25 namespace rtc { namespace
49 } // namespace rtc
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.h18 namespace rtc { namespace
101 } // namespace rtc
H A Dalsasymboltable.h18 namespace rtc { namespace
47 } // namespace rtc
H A Dnullsoundsystemfactory.cc15 namespace rtc { namespace
32 } // namespace rtc
H A Dplatformsoundsystemfactory.cc16 namespace rtc { namespace
40 } // namespace rtc
H A Dpulseaudiosoundsystem.h20 namespace rtc { namespace
173 } // namespace rtc
H A Dpulseaudiosymboltable.h23 namespace rtc { namespace
85 } // namespace rtc
H A Dsoundinputstreaminterface.h17 namespace rtc { namespace
21 // for rtc::Worker.
66 } // namespace rtc
H A Dsoundoutputstreaminterface.h17 namespace rtc { namespace
21 // DisableBufferMonitoring() are the same as for rtc::Worker.
70 } // namespace rtc
/external/chromium_org/remoting/signaling/
H A Djingle_info_request.h21 namespace rtc { namespace
23 } // namespace rtc
42 const std::vector<rtc::SocketAddress>&
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dexecutablehelpers.h40 namespace rtc { namespace
52 return rtc::Pathname();
56 return rtc::Pathname();
61 rtc::Pathname path(dir_tmp);
63 rtc::Pathname path(exe_path_buffer);
71 return rtc::Pathname();
81 return rtc::Pathname();
86 return rtc::Pathname();
90 rtc::Pathname path(exe_path_buffer);
92 rtc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpacketsocketfactory.h33 namespace rtc { namespace
67 } // namespace rtc
H A Dportproxy.h34 namespace rtc { namespace
49 virtual rtc::Network* Network() const;
68 const rtc::SocketAddress& remote_addr);
71 const rtc::SocketAddress& addr,
72 const rtc::PacketOptions& options,
74 virtual int SetOption(rtc::Socket::Option opt, int value);
75 virtual int GetOption(rtc::Socket::Option opt, int* value);
81 const rtc::SocketAddress& addr);
83 StunMessage* request, const rtc::SocketAddress& addr,
91 const rtc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.h41 namespace rtc { namespace
45 extern rtc::AsyncSocket* cricket_socket_;
58 virtual bool Connect(const rtc::SocketAddress& addr);
69 void OnReadEvent(rtc::AsyncSocket * socket);
70 void OnWriteEvent(rtc::AsyncSocket * socket);
71 void OnConnectEvent(rtc::AsyncSocket * socket);
72 void OnCloseEvent(rtc::AsyncSocket * socket, int error);
74 void OnEvent(rtc::StreamInterface* stream, int events, int err);
77 rtc::AsyncSocket * cricket_socket_;
79 rtc
[all...]

Completed in 2850 milliseconds

1234567891011>>