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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/sound/
soundsystemfactory.h 16 namespace rtc { namespace
20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
25 } // 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/chromium_org/third_party/webrtc/base/
asyncfile.cc 13 namespace rtc { namespace
21 } // 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
fakecpumonitor.h 16 namespace rtc { namespace
18 class FakeCpuMonitor : public rtc::CpuMonitor {
26 virtual void OnMessage(rtc::Message* msg) {
30 } // 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
proxyinfo.cc 13 namespace rtc { namespace
20 } // 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
  /external/chromium_org/remoting/protocol/
chromium_socket_factory.h 14 class ChromiumPacketSocketFactory : public rtc::PacketSocketFactory {
19 virtual rtc::AsyncPacketSocket* CreateUdpSocket(
20 const rtc::SocketAddress& local_address,
22 virtual rtc::AsyncPacketSocket* CreateServerTcpSocket(
23 const rtc::SocketAddress& local_address,
26 virtual rtc::AsyncPacketSocket* CreateClientTcpSocket(
27 const rtc::SocketAddress& local_address,
28 const rtc::SocketAddress& remote_address,
29 const rtc::ProxyInfo& proxy_info,
32 virtual rtc::AsyncResolverInterface* CreateAsyncResolver() OVERRIDE
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.h 48 static TCPPort* Create(rtc::Thread* thread,
49 rtc::PacketSocketFactory* factory,
50 rtc::Network* network,
51 const rtc::IPAddress& ip,
72 virtual int GetOption(rtc::Socket::Option opt, int* value);
73 virtual int SetOption(rtc::Socket::Option opt, int value);
77 TCPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory,
78 rtc::Network* network, const rtc::IPAddress& ip
    [all...]
stunserver.h 42 explicit StunServer(rtc::AsyncUDPSocket* socket);
49 rtc::AsyncPacketSocket* socket, const char* buf, size_t size,
50 const rtc::SocketAddress& remote_addr,
51 const rtc::PacketTime& packet_time);
55 const rtc::SocketAddress& addr);
57 const rtc::SocketAddress& addr);
59 const rtc::SocketAddress& addr);
61 const rtc::SocketAddress& addr);
65 const StunMessage& msg, const rtc::SocketAddress& addr,
70 const rtc::SocketAddress& addr)
    [all...]
testrelayserver.h 43 TestRelayServer(rtc::Thread* thread,
44 const rtc::SocketAddress& udp_int_addr,
45 const rtc::SocketAddress& udp_ext_addr,
46 const rtc::SocketAddress& tcp_int_addr,
47 const rtc::SocketAddress& tcp_ext_addr,
48 const rtc::SocketAddress& ssl_int_addr,
49 const rtc::SocketAddress& ssl_ext_addr)
51 server_.AddInternalSocket(rtc::AsyncUDPSocket::Create(
53 server_.AddExternalSocket(rtc::AsyncUDPSocket::Create(
64 rtc::SocketAddressPair GetConnection(int connection) const
    [all...]
asyncstuntcpsocket.h 37 class AsyncStunTCPSocket : public rtc::AsyncTCPSocketBase {
43 rtc::AsyncSocket* socket,
44 const rtc::SocketAddress& bind_address,
45 const rtc::SocketAddress& remote_address);
47 AsyncStunTCPSocket(rtc::AsyncSocket* socket, bool listen);
51 const rtc::PacketOptions& options);
53 virtual void HandleIncomingConnection(rtc::AsyncSocket* socket);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
soundclip.h 34 namespace rtc { namespace
44 class Soundclip : private rtc::MessageHandler {
46 Soundclip(rtc::Thread* thread, SoundclipMedia* soundclip_media);
62 virtual void OnMessage(rtc::Message* message);
64 rtc::Thread* worker_thread_;
65 rtc::scoped_ptr<SoundclipMedia> soundclip_media_;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
portallocatorfactory.h 43 namespace rtc { namespace
52 static rtc::scoped_refptr<PortAllocatorFactoryInterface> Create(
53 rtc::Thread* worker_thread);
60 explicit PortAllocatorFactory(rtc::Thread* worker_thread);
64 rtc::scoped_ptr<rtc::BasicNetworkManager> network_manager_;
65 rtc::scoped_ptr<rtc::BasicPacketSocketFactory> socket_factory_;
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_unittest.cc 34 rtc::LogMessage::LogToDebug(rtc::LogMessage::NO_LOGGING);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_throttler.h 11 namespace rtc { namespace
27 void SetTiming(scoped_ptr<rtc::Timing> timing);
32 scoped_ptr<rtc::Timing> timing_;
33 scoped_ptr<rtc::RateLimiter> rate_limiter_;
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
win32socketinit.cc 22 namespace rtc { namespace
28 } // namespace rtc

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>