Home
last modified time | relevance | path

Searched refs:EventPosix (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Devent_posix.cc25 EventWrapper* EventPosix::Create() in Create()
27 EventPosix* ptr = new EventPosix; in Create()
43 EventPosix::EventPosix() in EventPosix() function in webrtc::EventPosix
53 int EventPosix::Construct() in Construct()
95 EventPosix::~EventPosix() in ~EventPosix()
102 bool EventPosix::Reset() in Reset()
113 bool EventPosix::Set() in Set()
126 EventTypeWrapper EventPosix::Wait(unsigned long timeout) in Wait()
181 EventTypeWrapper EventPosix::Wait(timespec& tPulse) in Wait()
208 bool EventPosix::StartTimer(bool periodic, unsigned long time) in StartTimer()
[all …]
Devent_posix.h28 class EventPosix : public EventWrapper
33 virtual ~EventPosix();
43 EventPosix();
56 EventPosix* _timerEvent;
Devent.cc31 return EventPosix::Create(); in Create()