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

12 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/base/
libdbusglibsymboltable.cc 15 namespace rtc { namespace
22 } // namespace rtc
md5digest.cc 13 namespace rtc { namespace
32 }; // namespace rtc
messagedigest_unittest.cc 15 namespace rtc { namespace
151 } // namespace rtc
messagehandler.cc 14 namespace rtc { namespace
20 } // namespace rtc
platform_file.h 20 namespace rtc { namespace
42 } // namespace rtc
platform_thread_types.h 22 namespace rtc { namespace
30 } // namespace rtc
proxyinfo.cc 13 namespace rtc { namespace
24 } // namespace rtc
ratelimiter.cc 13 namespace rtc { namespace
29 } // namespace rtc
rollingaccumulator_unittest.cc 14 namespace rtc { namespace
118 } // namespace rtc
sha1digest.cc 13 namespace rtc { namespace
32 } // namespace rtc
timing.h 18 namespace rtc { namespace
58 } // namespace rtc
win32filesystem.h 16 namespace rtc { namespace
99 } // namespace rtc
win32windowpicker.h 16 namespace rtc { namespace
37 } // namespace rtc
x11windowpicker_unittest.cc 21 namespace rtc { namespace
40 } // namespace rtc
  /external/webrtc/webrtc/sound/
alsasymboltable.cc 13 namespace rtc { namespace
20 } // namespace rtc
linuxsoundsystem.h 17 namespace rtc { namespace
40 } // namespace rtc
nullsoundsystemfactory.h 16 namespace rtc { namespace
31 } // namespace rtc
platformsoundsystemfactory.h 16 namespace rtc { namespace
31 } // namespace rtc
pulseaudiosymboltable.cc 15 namespace rtc { namespace
22 } // namespace rtc
soundinputstreaminterface.cc 12 namespace rtc { namespace
18 } // namespace rtc
soundinputstreaminterface.h 17 namespace rtc { namespace
21 // for rtc::Worker.
66 } // namespace rtc
soundoutputstreaminterface.cc 13 namespace rtc { namespace
19 } // namespace rtc
soundoutputstreaminterface.h 17 namespace rtc { namespace
21 // DisableBufferMonitoring() are the same as for rtc::Worker.
70 } // namespace rtc
soundsystemfactory.h 16 namespace rtc { namespace
20 typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
23 typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
25 } // namespace rtc
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ds1307.cxx 31 void printTime(upm::DS1307 *rtc)
34 rtc->month << "/" << rtc->dayOfMonth << "/" << rtc->year << " "
35 << rtc->hours << ":" << rtc->minutes << ":" << rtc->seconds;
37 if (rtc->amPmMode)
38 cout << (rtc->pm) ? " PM " : " AM ";
42 cout << "Clock is in " << ((rtc->amPmMode) ? "AM/PM mode" : "24hr mode"
51 upm::DS1307 *rtc = new upm::DS1307(0); local
    [all...]

Completed in 170 milliseconds

12 3 4 5 6 7 8 91011>>