Searched refs:rtc (Results 1 - 25 of 1454) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/sound/
H A Dsoundsystemfactory.h16 namespace rtc { namespace
20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
25 } // namespace rtc
H A Dsoundinputstreaminterface.cc12 namespace rtc { namespace
18 } // namespace rtc
H A Dsoundoutputstreaminterface.cc13 namespace rtc { namespace
19 } // namespace rtc
H A Dalsasymboltable.cc13 namespace rtc { namespace
20 } // namespace rtc
H A Dlinuxsoundsystem.cc16 namespace rtc { namespace
25 } // namespace rtc
H A Dplatformsoundsystem.h14 namespace rtc { namespace
21 } // namespace rtc
H A Dpulseaudiosymboltable.cc15 namespace rtc { namespace
22 } // namespace rtc
/external/webrtc/webrtc/base/
H A Dasyncfile.cc13 namespace rtc { namespace
21 } // namespace rtc
H A Dasyncresolverinterface.cc13 namespace rtc { namespace
20 }; // namespace rtc
H A Dmaccocoathreadhelper.h19 namespace rtc { namespace
25 } // namespace rtc
H A Dmessagehandler.cc14 namespace rtc { namespace
20 } // namespace rtc
H A Dwin32socketinit.h14 namespace rtc { namespace
18 } // namespace rtc
H A Dproxydetect.h20 namespace rtc { namespace
26 rtc::ProxyInfo* proxy,
29 } // namespace rtc
H A Dlibdbusglibsymboltable.cc15 namespace rtc { namespace
22 } // namespace rtc
H A Dposix.h14 namespace rtc { namespace
23 } // namespace rtc
H A Dproxy_unittest.cc21 using rtc::Socket;
22 using rtc::Thread;
23 using rtc::SocketAddress;
33 class AutoDetectProxyRunner : public rtc::AutoDetectProxy {
46 ProxyTest() : ss_(new rtc::VirtualSocketServer(NULL)) {
48 socks_.reset(new rtc::SocksProxyServer(
50 https_.reset(new rtc::HttpListenServer());
57 rtc::SocketServer* ss() { return ss_.get(); }
59 rtc::ProxyType DetectProxyType(const SocketAddress& address) {
60 rtc
[all...]
/external/webrtc/talk/app/webrtc/
H A Ddtlsidentitystore.h52 class DtlsIdentityRequestObserver : public rtc::RefCountInterface {
58 // |identity| is a scoped_ptr because rtc::SSLIdentity is not copyable and the
60 virtual void OnSuccess(rtc::scoped_ptr<rtc::SSLIdentity> identity) = 0;
79 rtc::KeyType key_type,
80 const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer) {
82 RequestIdentity(rtc::KeyParams(key_type), observer);
85 // RequestIdentity should replace the old one that takes rtc::KeyType. When
89 rtc::KeyParams key_params,
90 const rtc
[all...]
H A Dsctputils.h35 namespace rtc { namespace
37 } // namespace rtc
43 bool IsOpenMessage(const rtc::Buffer& payload);
45 bool ParseDataChannelOpenMessage(const rtc::Buffer& payload,
49 bool ParseDataChannelOpenAckMessage(const rtc::Buffer& payload);
53 rtc::Buffer* payload);
55 void WriteDataChannelOpenAckMessage(rtc::Buffer* payload);
H A Dpeerconnectionfactory.h42 namespace rtc { namespace
49 typedef rtc::RefCountedObject<DtlsIdentityStoreImpl>
58 rtc::scoped_refptr<PeerConnectionInterface> CreatePeerConnection(
61 rtc::scoped_ptr<cricket::PortAllocator> allocator,
62 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
67 rtc::scoped_refptr<MediaStreamInterface>
70 rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource(
73 rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
77 rtc::scoped_refptr<VideoTrackInterface>
81 rtc
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dtestrelayserver.h26 TestRelayServer(rtc::Thread* thread,
27 const rtc::SocketAddress& udp_int_addr,
28 const rtc::SocketAddress& udp_ext_addr,
29 const rtc::SocketAddress& tcp_int_addr,
30 const rtc::SocketAddress& tcp_ext_addr,
31 const rtc::SocketAddress& ssl_int_addr,
32 const rtc::SocketAddress& ssl_ext_addr)
34 server_.AddInternalSocket(rtc::AsyncUDPSocket::Create(
36 server_.AddExternalSocket(rtc::AsyncUDPSocket::Create(
47 rtc
[all...]
H A Dasyncstuntcpsocket.h20 class AsyncStunTCPSocket : public rtc::AsyncTCPSocketBase {
26 rtc::AsyncSocket* socket,
27 const rtc::SocketAddress& bind_address,
28 const rtc::SocketAddress& remote_address);
30 AsyncStunTCPSocket(rtc::AsyncSocket* socket, bool listen);
34 const rtc::PacketOptions& options);
36 virtual void HandleIncomingConnection(rtc::AsyncSocket* socket);
H A Dtcpport.h31 static TCPPort* Create(rtc::Thread* thread,
32 rtc::PacketSocketFactory* factory,
33 rtc::Network* network,
34 const rtc::IPAddress& ip,
55 int GetOption(rtc::Socket::Option opt, int* value) override;
56 int SetOption(rtc::Socket::Option opt, int value) override;
63 TCPPort(rtc::Thread* thread,
64 rtc::PacketSocketFactory* factory,
65 rtc::Network* network,
66 const rtc
[all...]
H A Dstunport.h21 namespace rtc { namespace
31 static UDPPort* Create(rtc::Thread* thread,
32 rtc::PacketSocketFactory* factory,
33 rtc::Network* network,
34 rtc::AsyncPacketSocket* socket,
48 static UDPPort* Create(rtc::Thread* thread,
49 rtc::PacketSocketFactory* factory,
50 rtc::Network* network,
51 const rtc::IPAddress& ip,
70 rtc
[all...]
H A Dteststunserver.h23 static TestStunServer* Create(rtc::Thread* thread,
24 const rtc::SocketAddress& addr) {
25 rtc::AsyncSocket* socket =
27 rtc::AsyncUDPSocket* udp_socket =
28 rtc::AsyncUDPSocket::Create(socket, addr);
34 void set_fake_stun_addr(const rtc::SocketAddress& addr) {
39 explicit TestStunServer(rtc::AsyncUDPSocket* socket) : StunServer(socket) {}
42 const rtc::SocketAddress& remote_addr) override {
53 rtc::SocketAddress fake_stun_addr_;
/external/webrtc/webrtc/system_wrappers/source/
H A Dcpu_info.cc18 return static_cast<uint32_t>(rtc::SystemInfo::GetMaxCpus());

Completed in 384 milliseconds

1234567891011>>