Searched defs:rtc (Results 176 - 200 of 416) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dtaskrunner.h20 namespace rtc { namespace
98 } // namespace rtc
H A Dtestclient.h18 namespace rtc { namespace
91 } // namespace rtc
H A Dthread_checker_unittest.cc28 namespace rtc { namespace
206 } // namespace rtc
H A Dtimeutils_unittest.cc16 namespace rtc { namespace
169 } // namespace rtc
H A Dtiming.cc27 namespace rtc { namespace
113 } // namespace rtc
H A Dversionparsing.cc15 namespace rtc { namespace
57 } // namespace rtc
H A Dversionparsing_unittest.cc15 namespace rtc { namespace
74 } // namespace rtc
H A Dworker.cc17 namespace rtc { namespace
33 rtc::Thread *me = rtc::Thread::Current();
53 } else if (worker_thread_ != rtc::Thread::Current()) {
69 void Worker::OnMessage(rtc::Message *msg) {
71 ASSERT(worker_thread_ == rtc::Thread::Current());
75 } // namespace rtc
H A Dasynchttprequest.cc13 namespace rtc { namespace
116 } // namespace rtc
H A Dasyncinvoker.cc13 namespace rtc { namespace
91 } // namespace rtc
H A Dasynctcpsocket.h18 namespace rtc { namespace
30 const rtc::PacketOptions& options) = 0;
38 const rtc::PacketOptions& options);
90 const rtc::PacketOptions& options);
98 } // namespace rtc
H A Dbind_unittest.cc14 namespace rtc { namespace
67 } // namespace rtc
H A Dbytebuffer.h19 namespace rtc { namespace
117 } // namespace rtc
H A Dhttpcommon-inl.h17 namespace rtc { namespace
129 } // namespace rtc
H A Dhttpserver_unittest.cc17 namespace rtc { namespace
130 } // namespace rtc
H A Dlatebindingsymboltable.cc19 namespace rtc { namespace
156 } // namespace rtc
/external/chromium_org/third_party/webrtc/sound/
H A Dsounddevicelocator.h18 namespace rtc { namespace
52 } // namespace rtc
/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.h26 namespace rtc { namespace
28 } // namespace rtc
74 const std::vector<rtc::SocketAddress>& stun_hosts);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.h13 namespace rtc { namespace
34 return rtc::starts_with(device.id.c_str(), kYuvFrameDeviceName);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportinterface.h36 namespace rtc { namespace
61 virtual rtc::Network* Network() const = 0;
84 const rtc::SocketAddress& remote_addr) = 0;
92 virtual int SetOption(rtc::Socket::Option opt, int value) = 0;
93 virtual int GetOption(rtc::Socket::Option opt, int* value) = 0;
101 const rtc::SocketAddress& addr,
102 const rtc::PacketOptions& options, bool payload) = 0;
107 sigslot::signal6<PortInterface*, const rtc::SocketAddress&,
115 const rtc::SocketAddress& addr) = 0;
117 StunMessage* request, const rtc
[all...]
H A Dtransportdescriptionfactory.h33 namespace rtc { namespace
54 rtc::SSLIdentity* identity() const { return identity_; }
61 void set_identity(rtc::SSLIdentity* identity) { identity_ = identity; }
78 rtc::SSLIdentity* identity_;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder.h40 namespace rtc { namespace
57 explicit RtpDumpSink(rtc::StreamInterface* stream);
72 rtc::scoped_ptr<rtc::StreamInterface> stream_;
73 rtc::scoped_ptr<RtpDumpWriter> writer_;
74 rtc::CriticalSection critical_section_;
85 rtc::StreamInterface* send_stream,
86 rtc::StreamInterface* recv_stream,
89 rtc::StreamInterface* send_stream,
90 rtc
[all...]
H A Dtypingmonitor.h34 namespace rtc { namespace
60 : public rtc::MessageHandler, public sigslot::has_slots<> {
62 TypingMonitor(VoiceChannel* channel, rtc::Thread* worker_thread,
72 void OnMessage(rtc::Message* msg);
75 rtc::Thread* worker_thread_;
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h37 namespace rtc { namespace
67 public rtc::MessageHandler,
71 PseudoTcpChannel(rtc::Thread* stream_thread,
77 rtc::StreamInterface* GetStream();
96 rtc::StreamState GetState() const;
97 rtc::StreamResult Read(void* buffer, size_t buffer_len,
99 rtc::StreamResult Write(const void* data, size_t data_len,
104 void OnMessage(rtc::Message* pmsg);
114 const rtc::PacketTime& packet_time, int flags);
126 rtc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dprexmppauth.h35 namespace rtc { namespace
70 const rtc::SocketAddress& server,
71 const rtc::CryptString& pass,

Completed in 1095 milliseconds

1234567891011>>