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

  /external/webrtc/src/system_wrappers/source/
event_posix.h 28 class EventPosix : public EventWrapper
33 virtual ~EventPosix();
43 EventPosix();
56 EventPosix* _timerEvent;
event_posix.cc 25 EventWrapper* EventPosix::Create()
27 EventPosix* ptr = new EventPosix;
43 EventPosix::EventPosix()
53 int EventPosix::Construct()
95 EventPosix::~EventPosix()
102 bool EventPosix::Reset()
113 bool EventPosix::Set(
    [all...]
event.cc 31 return EventPosix::Create();

Completed in 59 milliseconds