HomeSort by relevance Sort by last modified time
    Searched defs:rtc (Results 201 - 225 of 436) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/base/
scopedptrcollection.h 23 namespace rtc { namespace
58 } // 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_;
73 } // namespace rtc
signalthread.cc 15 namespace rtc { namespace
150 } // namespace rtc
sigslottester.h 45 namespace rtc { namespace
197 } // namespace rtc
socketaddress.h 25 namespace rtc { namespace
191 } // namespace rtc
socketaddress_unittest.cc 19 namespace rtc { namespace
351 } // namespace rtc
socketstream.cc 13 namespace rtc { namespace
121 } // namespace rtc
sslfingerprint.cc 20 namespace rtc { namespace
23 const std::string& algorithm, const rtc::SSLIdentity* identity) {
32 const std::string& algorithm, const rtc::SSLCertificate* cert) {
46 if (algorithm.empty() || !rtc::IsFips180DigestAlgorithm(algorithm))
53 char value[rtc::MessageDigest::kMaxSize];
54 value_len = rtc::hex_decode_with_delimiter(value, sizeof(value),
82 rtc::hex_encode_with_delimiter(digest.data<char>(), digest.size(), ':');
95 } // namespace rtc
sslsocketfactory.cc 19 namespace rtc { namespace
170 rtc::scoped_ptr<SSLAdapter> ssl_adapter(SSLAdapter::Create(socket));
195 } // namespace rtc
sslstreamadapter.cc 26 namespace rtc { namespace
101 } // namespace rtc
stringencode.h 20 namespace rtc { namespace
222 } // namespace rtc
taskparent.cc 19 namespace rtc { namespace
98 } // namespace rtc
taskparent.h 19 namespace rtc { namespace
60 } // namespace rtc
taskrunner.h 20 namespace rtc { namespace
98 } // namespace rtc
testechoserver.h 20 namespace rtc { namespace
55 rtc::PacketOptions options;
71 } // namespace rtc
thread_checker_unittest.cc 27 namespace rtc { namespace
198 } // namespace rtc
timing.cc 27 namespace rtc { namespace
113 } // namespace rtc
transformadapter.cc 17 namespace rtc { namespace
197 } // namespace rtc
urlencode.cc 83 namespace rtc { namespace
181 } // namespace rtc
versionparsing_unittest.cc 15 namespace rtc { namespace
74 } // namespace rtc
  /external/webrtc/webrtc/libjingle/xmpp/
prexmppauth.h 18 namespace rtc { namespace
53 const rtc::SocketAddress& server,
54 const rtc::CryptString& pass,
  /external/webrtc/webrtc/p2p/base/
basicpacketsocketfactory.cc 25 namespace rtc { namespace
51 rtc::AsyncSocket* socket =
63 return new rtc::AsyncUDPSocket(socket);
77 rtc::AsyncSocket* socket =
94 socket = new rtc::AsyncSSLSocket(socket);
99 socket->SetOption(rtc::Socket::OPT_NODELAY, 1);
104 return new rtc::AsyncTCPSocket(socket, true);
111 rtc::AsyncSocket* socket =
125 if (proxy_info.type == rtc::PROXY_SOCKS5) {
126 socket = new rtc::AsyncSocksProxySocket
    [all...]
transportdescriptionfactory.h 17 namespace rtc { namespace
38 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate() const {
46 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate) {
64 rtc::scoped_refptr<rtc::RTCCertificate> certificate_;
  /external/autotest/client/site_tests/network_EthCaps/
network_EthCaps.py 9 from autotest_lib.client.cros import rtc, sys_power namespace
146 # Set RTC as backup to WOL
147 before_secs = rtc.get_seconds()
149 rtc.set_wake_alarm(alarm_secs)
153 after_secs = rtc.get_seconds()
154 # flush RTC as it may not work subsequently if wake was not RTC
155 rtc.set_wake_alarm(0)
159 raise error.TestError("Device woke due to RTC not WOL")
214 due to WOL versus RTC
    [all...]
  /external/autotest/client/site_tests/power_WakeupRTC/
power_WakeupRTC.py 7 from autotest_lib.client.cros import rtc, sys_power namespace
13 Read the wakeup setting for for the RTC device.
15 sysfs_path = '/sys/class/rtc/%s/device/power/wakeup' % rtc_device
21 Read the current wakeup count for the RTC device.
23 sysfs_path = '/sys/class/rtc/%s/device/power/wakeup_count' % rtc_device
31 rtc.set_wake_alarm('+1', rtc_device)
36 """Test RTC wake events."""
41 for rtc_device in rtc.get_rtc_devices():
45 logging.info('testing rtc device %s', rtc_device)
47 # Test that RTC wakeup is enable
    [all...]

Completed in 230 milliseconds

1 2 3 4 5 6 7 891011>>