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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/base/
win32window.h 18 namespace rtc { namespace
56 } // namespace rtc
windowpickerfactory.h 25 namespace rtc { namespace
57 } // namespace rtc
winfirewall.h 23 namespace rtc { namespace
54 } // namespace rtc
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.h 18 namespace rtc { namespace
30 const rtc::PacketOptions& options) override = 0;
40 const rtc::PacketOptions& options) override;
93 const rtc::PacketOptions& options) override;
101 } // namespace rtc
bufferqueue.cc 13 namespace rtc { namespace
84 } // namespace rtc
criticalsection.h 42 namespace rtc { namespace
127 } // namespace rtc
dbus_unittest.cc 17 namespace rtc { namespace
40 return rtc::DBusSigFilter::BuildFilterString("", "", SIG_NAME);
54 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
55 monitor.reset(rtc::DBusMonitor::Create(DBUS_BUS_SYSTEM));
86 rtc::scoped_ptr<rtc::DBusMonitor> monitor;
87 monitor.reset(rtc::DBusMonitor::Create(DBUS_BUS_SYSTEM));
103 rtc::scoped_ptr<rtc::DBusMonitor> monitor1
    [all...]
diskcache_win32.cc 28 namespace rtc { namespace
httpcommon-inl.h 18 namespace rtc { namespace
130 } // namespace rtc
httpserver_unittest.cc 17 namespace rtc { namespace
130 } // namespace rtc
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.h 24 namespace rtc { namespace
28 extern rtc::AsyncSocket* cricket_socket_;
41 virtual bool Connect(const rtc::SocketAddress& addr);
52 void OnReadEvent(rtc::AsyncSocket * socket);
53 void OnWriteEvent(rtc::AsyncSocket * socket);
54 void OnConnectEvent(rtc::AsyncSocket * socket);
55 void OnCloseEvent(rtc::AsyncSocket * socket, int error);
57 void OnEvent(rtc::StreamInterface* stream, int events, int err);
60 rtc::AsyncSocket * cricket_socket_;
62 rtc::StreamInterface *stream_
    [all...]
  /external/webrtc/webrtc/p2p/base/
packetsocketfactory.h 16 namespace rtc { namespace
56 } // namespace rtc
  /external/webrtc/webrtc/sound/
alsasoundsystem.h 18 namespace rtc { namespace
101 } // namespace rtc
automaticallychosensoundsystem.h 20 namespace rtc { namespace
40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems];
86 } // namespace rtc
sounddevicelocator.h 18 namespace rtc { namespace
52 } // namespace rtc
  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 9 from autotest_lib.client.cros import rtc, sys_power namespace
  /external/autotest/client/site_tests/network_WiFiResume/
network_WiFiResume.py 7 from autotest_lib.client.cros import rtc, sys_power namespace
38 start = rtc.get_seconds()
42 while (not have_network) and (deadline > rtc.get_seconds()):
46 delay = rtc.get_seconds() - start
51 delay = rtc.get_seconds() - start
60 logging.info('Woke up at %d', rtc.get_seconds())
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 9 from autotest_lib.client.cros import power_utils, rtc namespace
52 alarm_time = rtc.get_seconds() + run_time_sec
53 rtc.set_wake_alarm(alarm_time)
  /external/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py 7 from autotest_lib.client.cros import rtc, sys_power namespace
  /external/autotest/client/site_tests/power_Standby/
power_Standby.py 9 from autotest_lib.client.cros import power_status, rtc, sys_power namespace
44 before_suspend_secs = rtc.get_seconds()
46 after_suspend_secs = rtc.get_seconds()
53 # check that the RTC slept the correct amount of time as there could
  /external/autotest/client/tests/rtc/src/
rtctest.c 16 #include <linux/rtc.h>
27 * This expects the new RTC class driver framework, working with
29 * Use the command line to specify another RTC if you need one.
39 const char *rtc = default_rtc; local
45 rtc = argv[1];
54 fd = open(rtc, O_RDONLY);
57 perror(rtc);
76 rtc);
90 fprintf(stderr, "\nAgain, from using select(2) on /dev/rtc:");
98 /* The select will wait until an RTC interrupt happens. *
    [all...]
  /external/tlsdate/src/
routeup.c 40 routeup_setup (struct routeup *rtc)
46 rtc->netlinkfd = socket (AF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
47 if (rtc->netlinkfd < 0)
52 if (bind (rtc->netlinkfd, (struct sockaddr *) &sa, sizeof (sa)) < 0)
55 close (rtc->netlinkfd);
58 if (fcntl (rtc->netlinkfd, F_SETFL, O_NONBLOCK) < 0)
61 close (rtc->netlinkfd);
73 routeup_process (struct routeup *rtc)
79 if ( (ret = read (rtc->netlinkfd, buf, sizeof (buf))) < 0)
99 while (read (rtc->netlinkfd, buf, sizeof (buf)) > 0
149 struct routeup rtc; local
    [all...]
  /external/webrtc/talk/app/webrtc/
dtmfsender.h 44 namespace rtc { namespace
73 public rtc::MessageHandler {
75 static rtc::scoped_refptr<DtmfSender> Create(
77 rtc::Thread* signaling_thread,
94 rtc::Thread* signaling_thread,
102 virtual void OnMessage(rtc::Message* msg);
111 rtc::scoped_refptr<AudioTrackInterface> track_;
113 rtc::Thread* signaling_thread_;
remoteaudiosource.h 40 namespace rtc { namespace
43 } // namespace rtc
53 static rtc::scoped_refptr<RemoteAudioSource> Create(
85 void OnMessage(rtc::Message* msg);
88 rtc::CriticalSection sink_lock_;
90 rtc::Thread* const main_thread_;

Completed in 561 milliseconds

1 2 3 4 5 67 8 91011>>