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

1234567891011>>

/external/chromium_org/third_party/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 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/chromium_org/third_party/webrtc/base/
H A Dasyncfile.cc13 namespace rtc { namespace
21 } // 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 Dproxyinfo.cc13 namespace rtc { namespace
20 } // namespace rtc
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.h42 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
[all...]
H A Dtestrelayserver.h43 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
[all...]
H A Dasyncstuntcpsocket.h37 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);
H A Dteststunserver.h40 TestStunServer(rtc::Thread* thread,
41 const rtc::SocketAddress& addr)
44 udp_socket_(rtc::AsyncUDPSocket::Create(socket_, addr)),
48 rtc::AsyncSocket* socket_;
49 rtc::AsyncUDPSocket* udp_socket_;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dportallocatorfactory.h43 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_;
H A Dsctputils.h35 namespace rtc { namespace
37 } // namespace rtc
42 bool ParseDataChannelOpenMessage(const rtc::Buffer& payload,
46 bool ParseDataChannelOpenAckMessage(const rtc::Buffer& payload);
50 rtc::Buffer* payload);
52 void WriteDataChannelOpenAckMessage(rtc::Buffer* payload);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_unittest.cc34 rtc::LogMessage::LogToDebug(rtc::LogMessage::NO_LOGGING);
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dwin32socketinit.cc22 namespace rtc { namespace
28 } // namespace rtc
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.h17 // IpcPacketSocketFactory implements rtc::PacketSocketFactory
20 // rtc::Thread) and also has associated base::MessageLoop. Each
23 class IpcPacketSocketFactory : public rtc::PacketSocketFactory {
29 virtual rtc::AsyncPacketSocket* CreateUdpSocket(
30 const rtc::SocketAddress& local_address,
32 virtual rtc::AsyncPacketSocket* CreateServerTcpSocket(
33 const rtc::SocketAddress& local_address,
37 virtual rtc::AsyncPacketSocket* CreateClientTcpSocket(
38 const rtc::SocketAddress& local_address,
39 const rtc
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.h14 class PepperPacketSocketFactory : 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,
27 virtual rtc::AsyncPacketSocket* CreateClientTcpSocket(
28 const rtc::SocketAddress& local_address,
29 const rtc::SocketAddress& remote_address,
30 const rtc::ProxyInfo& proxy_info,
33 virtual rtc
[all...]
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory.h14 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
[all...]
/external/chromium_org/jingle/glue/
H A Djingle_glue_mock_objects.h13 class MockStream : public rtc::StreamInterface {
18 MOCK_CONST_METHOD0(GetState, rtc::StreamState());
20 MOCK_METHOD4(Read, rtc::StreamResult(void*, size_t, size_t*, int*));
21 MOCK_METHOD4(Write, rtc::StreamResult(const void*, size_t,
26 MOCK_METHOD3(PostEvent, void(rtc::Thread*, int, int));

Completed in 387 milliseconds

1234567891011>>