Searched defs:EventWindows (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.h22 class EventWindows : public EventWrapper { class in namespace:webrtc
24 EventWindows();
25 virtual ~EventWindows();
H A Devent_win.cc17 EventWindows::EventWindows() function in class:webrtc::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() {
/external/webrtc/src/system_wrappers/source/
H A Devent_win.h21 class EventWindows : public EventWrapper class in namespace:webrtc
24 EventWindows();
25 virtual ~EventWindows();
H A Devent_win.cc16 EventWindows::EventWindows() function in class:webrtc::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()

Completed in 540 milliseconds