webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
webrtc::EventTimerWrapper Class Referenceabstract

#include <event_wrapper.h>

Inheritance diagram for webrtc::EventTimerWrapper:
webrtc::EventWrapper webrtc::EventWrapper webrtc::EventTimerPosix webrtc::EventTimerPosix webrtc::EventTimerWin webrtc::EventTimerWin webrtc::EventTimerPosixTest webrtc::EventTimerPosixTest

Public Member Functions

virtual bool StartTimer (bool periodic, unsigned long time)=0
 
virtual bool StopTimer ()=0
 
virtual bool StartTimer (bool periodic, unsigned long time)=0
 
virtual bool StopTimer ()=0
 
- Public Member Functions inherited from webrtc::EventWrapper
virtual ~EventWrapper ()
 
virtual bool Set ()=0
 
virtual EventTypeWrapper Wait (unsigned long max_time)=0
 
virtual ~EventWrapper ()
 
virtual bool Set ()=0
 
virtual EventTypeWrapper Wait (unsigned long max_time)=0
 

Static Public Member Functions

static EventTimerWrapperCreate ()
 
static EventTimerWrapperCreate ()
 
- Static Public Member Functions inherited from webrtc::EventWrapper
static EventWrapperCreate ()
 
static EventWrapperCreate ()
 

Member Function Documentation

◆ Create() [1/2]

EventTimerWrapper * webrtc::EventTimerWrapper::Create ( )
static

◆ Create() [2/2]

static EventTimerWrapper* webrtc::EventTimerWrapper::Create ( )
static

◆ StartTimer() [1/2]

virtual bool webrtc::EventTimerWrapper::StartTimer ( bool  periodic,
unsigned long  time 
)
pure virtual

◆ StartTimer() [2/2]

virtual bool webrtc::EventTimerWrapper::StartTimer ( bool  periodic,
unsigned long  time 
)
pure virtual

◆ StopTimer() [1/2]

virtual bool webrtc::EventTimerWrapper::StopTimer ( )
pure virtual

◆ StopTimer() [2/2]

virtual bool webrtc::EventTimerWrapper::StopTimer ( )
pure virtual

The documentation for this class was generated from the following files: