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

1 2 3 4 5 6 7 8 91011>>

  /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
checks.h 19 namespace rtc { namespace
24 } // namespace rtc
28 rtc::Fatal(__FILE__, __LINE__, "unreachable code")
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
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...]
windowpicker_unittest.cc 24 if (!rtc::WindowPickerFactory::IsSupported()) {
28 rtc::scoped_ptr<rtc::WindowPicker> picker(
29 rtc::WindowPickerFactory::CreateWindowPicker());
31 rtc::WindowDescriptionList descriptions;
39 if (!rtc::WindowPickerFactory::IsSupported()) {
43 rtc::scoped_ptr<rtc::WindowPicker> picker(
44 rtc::WindowPickerFactory::CreateWindowPicker());
46 rtc::DesktopDescriptionList descriptions
    [all...]
macutils_unittest.cc 15 rtc::MacOSVersionName ver = rtc::GetOSVersionName();
17 EXPECT_NE(rtc::kMacOSUnknown, ver);
22 EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
28 EXPECT_FALSE(rtc::RunAppleScript(script));
33 EXPECT_FALSE(rtc::RunAppleScript(script));
42 EXPECT_TRUE(rtc::RunAppleScript(script));
worker.cc 17 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
asynctcpsocket_unittest.cc 19 namespace rtc { namespace
26 : pss_(new rtc::PhysicalSocketServer),
27 vss_(new rtc::VirtualSocketServer(pss_.get())),
35 void OnReadyToSend(rtc::AsyncPacketSocket* socket) {
53 } // namespace rtc
asyncudpsocket_unittest.cc 19 namespace rtc { namespace
26 : pss_(new rtc::PhysicalSocketServer),
27 vss_(new rtc::VirtualSocketServer(pss_.get())),
35 void OnReadyToSend(rtc::AsyncPacketSocket* socket) {
53 } // namespace rtc
sharedexclusivelock.h 18 namespace rtc { namespace
34 rtc::CriticalSection cs_exclusive_;
35 rtc::CriticalSection cs_shared_;
36 rtc::Event shared_count_is_zero_;
74 } // namespace rtc
socketserver.h 16 namespace rtc { namespace
42 } // namespace rtc
sslfingerprint.h 19 namespace rtc { namespace
25 const rtc::SSLIdentity* identity);
28 const rtc::SSLCertificate* cert);
45 rtc::Buffer digest;
48 } // namespace rtc
versionparsing.h 16 namespace rtc { namespace
33 } // namespace rtc
systeminfo_unittest.cc 17 rtc::SystemInfo info;
25 rtc::SystemInfo info;
27 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(),
29 rtc::string_match(info.GetCpuVendor().c_str(),
32 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), "ARM"));
39 rtc::SystemInfo info;
41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture();
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture);
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture);
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture)
    [all...]
scoped_autorelease_pool.mm 15 namespace rtc {
25 } // namespace rtc
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
win32socketinit.cc 22 namespace rtc { namespace
28 } // namespace rtc
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
audio_checksum.h 45 checksum_.Finish(checksum_result_, rtc::Md5Digest::kSize);
47 return rtc::hex_encode(checksum_result_, rtc::Md5Digest::kSize);
51 rtc::Md5Digest checksum_;
52 char checksum_result_[rtc::Md5Digest::kSize];

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 91011>>