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

<<1112131415161718

  /external/webrtc/webrtc/base/
testclient.h 18 namespace rtc { namespace
95 } // namespace rtc
timeutils.h 19 namespace rtc { namespace
102 } // namespace rtc
transformadapter.h 16 namespace rtc { namespace
82 } // namespace rtc
win32window.cc 15 namespace rtc { namespace
121 } // namespace rtc
win32windowpicker_unittest.cc 22 namespace rtc { namespace
100 } // namespace rtc
windowpicker.h 19 namespace rtc { namespace
82 } // namespace rtc
winfirewall.cc 25 namespace rtc { namespace
155 } // namespace rtc
asyncudpsocket.cc 14 namespace rtc { namespace
62 const rtc::PacketOptions& options) {
63 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
71 const rtc::PacketOptions& options) {
72 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
128 } // namespace rtc
base64.h 18 namespace rtc { namespace
102 } // namespace rtc
buffer.h 22 namespace rtc { namespace
228 } // namespace rtc
bytebuffer_unittest.cc 17 namespace rtc { namespace
212 } // namespace rtc
byteorder.h 24 namespace rtc { namespace
164 } // namespace rtc
common.h 73 namespace rtc { namespace
102 } // namespace rtc
106 namespace rtc { namespace
126 } // namespace rtc
138 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
142 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
149 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
152 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
158 namespace rtc {
162 } // namespace rtc
    [all...]
criticalsection.cc 15 namespace rtc { namespace
169 } // namespace rtc
  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 17 namespace rtc { namespace
34 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate)
37 secure_role_(rtc::SSL_CLIENT),
38 ssl_max_version_(rtc::SSL_PROTOCOL_DTLS_12) {}
45 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate) override {
49 rtc::scoped_refptr<rtc::RTCCertificate>* certificate) override {
57 bool SetSslMaxProtocolVersion(rtc::SSLProtocolVersion version) override
    [all...]
portinterface.h 20 namespace rtc { namespace
45 virtual rtc::Network* Network() const = 0;
67 const rtc::SocketAddress& remote_addr) = 0;
75 virtual int SetOption(rtc::Socket::Option opt, int value) = 0;
76 virtual int GetOption(rtc::Socket::Option opt, int* value) = 0;
84 const rtc::SocketAddress& addr,
85 const rtc::PacketOptions& options, bool payload) = 0;
90 sigslot::signal6<PortInterface*, const rtc::SocketAddress&,
98 const rtc::SocketAddress& addr) = 0;
100 StunMessage* request, const rtc::SocketAddress& addr
    [all...]
  /external/webrtc/webrtc/p2p/client/
httpportallocator.h 22 namespace rtc { namespace
43 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
45 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
46 rtc::PacketSocketFactory* socket_factory,
58 void SetStunHosts(const std::vector<rtc::SocketAddress>& hosts) {
70 const std::vector<rtc::SocketAddress>& stun_hosts() const {
87 std::vector<rtc::SocketAddress> stun_hosts_;
103 const std::vector<rtc::SocketAddress>& stun_hosts,
133 std::vector<rtc::SocketAddress> stun_hosts_;
  /external/webrtc/webrtc/sound/
nullsoundsystem.cc 18 namespace rtc { namespace
22 namespace rtc { namespace
154 } // namespace rtc
soundsysteminterface.h 18 namespace rtc { namespace
110 } // namespace rtc
  /system/extras/tests/timetest/
rtc_test.cpp 19 #include <linux/rtc.h>
28 static const char rtc[] = "/dev/rtc0"; local
30 int ret = TEMP_FAILURE_RETRY(access(rtc, flag & O_WRONLY) ? W_OK : R_OK);
40 ret = TEMP_FAILURE_RETRY(stat(rtc, &st));
52 ret = TEMP_FAILURE_RETRY(open(rtc, flag));
  /external/autotest/client/cros/
sys_power.py 11 import rtc namespace
25 """Suspend took too long, got wakeup event (RTC tick) before it was done."""
80 # next integer, as the RTC sysfs interface only accepts integers.
84 alarm = int(rtc.get_seconds() + seconds)
86 rtc.set_wake_alarm(alarm)
95 now = rtc.get_seconds()
107 has completed or failed. Returns the wake alarm time from the RTC as epoch.
127 Wait for |delay_seconds|, then suspend to RAM (S3). This does not set an RTC
156 logging.info('Suspending at %d', rtc.get_seconds())
161 if e.errno == errno.EBUSY and rtc.get_seconds() >= alarm
    [all...]
  /external/autotest/client/site_tests/platform_SuspendStress/
platform_SuspendStress.py 10 from autotest_lib.client.cros import rtc, sys_power namespace
30 suspend_time = rtc.get_seconds()
33 rtc.get_seconds() - suspend_time)
46 # Ensure we disable the RTC alarm, leaving the original state
47 rtc.set_wake_alarm(0)
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 48 namespace rtc { namespace
50 } // namespace rtc
54 public rtc::MessageHandler {
64 static rtc::scoped_refptr<FakeAudioCaptureModule> Create();
200 // The following function is inherited from rtc::MessageHandler.
201 void OnMessage(rtc::Message* msg) override;
267 rtc::scoped_ptr<rtc::Thread> process_thread_;
281 mutable rtc::CriticalSection crit_;
284 rtc::CriticalSection crit_callback_
    [all...]
  /external/webrtc/talk/media/devices/
devicemanager.h 44 namespace rtc { namespace
100 std::vector<rtc::WindowDescription>* descriptions) = 0;
102 std::vector<rtc::DesktopDescription>* descriptions) = 0;
167 std::vector<rtc::WindowDescription>* descriptions);
169 std::vector<rtc::DesktopDescription>* descriptions);
200 rtc::scoped_ptr<
202 rtc::scoped_ptr<
205 rtc::scoped_ptr<DeviceWatcher> watcher_;
206 rtc::scoped_ptr<rtc::WindowPicker> window_picker_
    [all...]
filevideocapturer.h 47 namespace rtc { namespace
71 rtc::FileStream video_file_;
88 return rtc::starts_with(device.id.c_str(), kVideoFileDevicePrefix);
128 rtc::StreamResult ReadFrameHeader(CapturedFrame* frame);
146 rtc::FileStream video_file_;

Completed in 436 milliseconds

<<1112131415161718