HomeSort by relevance Sort by last modified time
    Searched refs:EventWindows (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_win.cc 17 EventWindows::EventWindows()
25 EventWindows::~EventWindows() {
30 bool EventWindows::Set() {
35 bool EventWindows::Reset() {
39 EventTypeWrapper EventWindows::Wait(unsigned long max_time) {
51 bool EventWindows::StartTimer(bool periodic, unsigned long time) {
68 bool EventWindows::StopTimer() {
event_win.h 22 class EventWindows : public EventWrapper {
24 EventWindows();
25 virtual ~EventWindows();
event.cc 28 return new EventWindows();
  /external/webrtc/src/system_wrappers/source/
event_win.cc 16 EventWindows::EventWindows()
25 EventWindows::~EventWindows()
30 bool EventWindows::Set()
36 bool EventWindows::Reset()
41 EventTypeWrapper EventWindows::Wait(unsigned long maxTime)
55 bool EventWindows::StartTimer(bool periodic, unsigned long time)
78 bool EventWindows::StopTimer()
event_win.h 21 class EventWindows : public EventWrapper
24 EventWindows();
25 virtual ~EventWindows();
event.cc 29 return new EventWindows();

Completed in 81 milliseconds