HomeSort by relevance Sort by last modified time
    Searched refs:rtc (Results 1 - 25 of 1534) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/sound/
soundsystemfactory.h 16 namespace rtc { namespace
20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
25 } // namespace rtc
soundinputstreaminterface.cc 12 namespace rtc { namespace
18 } // namespace rtc
soundoutputstreaminterface.cc 13 namespace rtc { namespace
19 } // namespace rtc
alsasymboltable.cc 13 namespace rtc { namespace
20 } // namespace rtc
linuxsoundsystem.cc 16 namespace rtc { namespace
25 } // namespace rtc
platformsoundsystem.h 14 namespace rtc { namespace
21 } // namespace rtc
pulseaudiosymboltable.cc 15 namespace rtc { namespace
22 } // namespace rtc
  /external/webrtc/webrtc/base/
asyncfile.cc 13 namespace rtc { namespace
21 } // namespace rtc
asyncresolverinterface.cc 13 namespace rtc { namespace
20 }; // namespace rtc
maccocoathreadhelper.h 19 namespace rtc { namespace
25 } // namespace rtc
messagehandler.cc 14 namespace rtc { namespace
20 } // namespace rtc
win32socketinit.h 14 namespace rtc { namespace
18 } // namespace rtc
proxydetect.h 20 namespace rtc { namespace
26 rtc::ProxyInfo* proxy,
29 } // namespace rtc
libdbusglibsymboltable.cc 15 namespace rtc { namespace
22 } // namespace rtc
posix.h 14 namespace rtc { namespace
23 } // namespace rtc
nullsocketserver.h 17 namespace rtc { namespace
21 class NullSocketServer : public rtc::SocketServer {
34 virtual rtc::Socket* CreateSocket(int type) {
39 virtual rtc::Socket* CreateSocket(int family, int type) {
44 virtual rtc::AsyncSocket* CreateAsyncSocket(int type) {
49 virtual rtc::AsyncSocket* CreateAsyncSocket(int family, int type) {
56 rtc::Event event_;
59 } // namespace rtc
proxy_unittest.cc 21 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::ProxyType type
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunserver.h 25 explicit StunServer(rtc::AsyncUDPSocket* socket);
32 rtc::AsyncPacketSocket* socket, const char* buf, size_t size,
33 const rtc::SocketAddress& remote_addr,
34 const rtc::PacketTime& packet_time);
38 const rtc::SocketAddress& addr);
40 const rtc::SocketAddress& addr);
42 const rtc::SocketAddress& addr);
44 const rtc::SocketAddress& addr);
48 const StunMessage& msg, const rtc::SocketAddress& addr,
53 const rtc::SocketAddress& addr)
    [all...]
testrelayserver.h 26 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::SocketAddressPair GetConnection(int connection) const
    [all...]
asyncstuntcpsocket.h 20 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);
tcpport.h 31 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::IPAddress& ip
    [all...]
stunport.h 21 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::SocketAddress GetLocalAddress() const
    [all...]
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.h 52 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::scoped_refptr<DtlsIdentityRequestObserver>& observer)
    [all...]
sctputils.h 35 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);
peerconnectionfactory.h 42 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::scoped_refptr<AudioTrackInterface
    [all...]

Completed in 443 milliseconds

1 2 3 4 5 6 7 8 91011>>