kodi
|
This is the complete list of members for PVR::CPVRPlaybackState::CLastWatchedUpdateTimer, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
CLastWatchedUpdateTimer(CPVRPlaybackState &state, const std::shared_ptr< CPVRChannelGroupMember > &channel, const CDateTime &time) (defined in PVR::CPVRPlaybackState::CLastWatchedUpdateTimer) | PVR::CPVRPlaybackState::CLastWatchedUpdateTimer | inline |
Create(bool bAutoDelete=false) (defined in CThread) | CThread | protected |
CThread(const char *ThreadName) (defined in CThread) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) (defined in CThread) | CThread | protected |
CTimer(ITimerCallback *callback) (defined in CTimer) | CTimer | explicit |
CTimer(std::function< void()> const &callback) (defined in CTimer) | CTimer | explicit |
GetCurrentThread() (defined in CThread) | CThread | protectedstatic |
GetCurrentThreadId() (defined in CThread) | CThread | inlineprotectedstatic |
GetElapsedMilliseconds() const (defined in CTimer) | CTimer | |
GetElapsedSeconds() const (defined in CTimer) | CTimer | |
IsAutoDelete() const (defined in CThread) | CThread | protected |
IsCurrentThread() const (defined in CThread) | CThread | protected |
IsRunning() const (defined in CTimer) | CTimer | inline |
Join(std::chrono::milliseconds duration) (defined in CThread) | CThread | protected |
m_bStop (defined in CThread) | CThread | protected |
OnException() (defined in CThread) | CThread | inlineprotectedvirtual |
OnExit() (defined in CThread) | CThread | inlineprotectedvirtual |
OnStartup() (defined in CThread) | CThread | inlineprotectedvirtual |
OnTimeout() override (defined in PVR::CPVRPlaybackState::CLastWatchedUpdateTimer) | PVR::CPVRPlaybackState::CLastWatchedUpdateTimer | inlinevirtual |
Process() override (defined in CTimer) | CTimer | protectedvirtual |
Restart() (defined in CTimer) | CTimer | |
RestartAsync(std::chrono::milliseconds timeout) (defined in CTimer) | CTimer | |
SetPriority(const ThreadPriority &priority) | CThread | protected |
Sleep(std::chrono::duration< Rep, Period > duration) (defined in CThread) | CThread | inlineprotected |
Start(std::chrono::milliseconds timeout, bool interval=false) (defined in CTimer) | CTimer | |
Stop(bool wait=false) (defined in CTimer) | CTimer | |
StopThread(bool bWait=true) (defined in CThread) | CThread | protectedvirtual |
WAIT_INTERRUPTED enum value (defined in CThread) | CThread | protected |
WAIT_SIGNALED enum value (defined in CThread) | CThread | protected |
WAIT_TIMEDOUT enum value (defined in CThread) | CThread | protected |
WaitResponse enum name (defined in CThread) | CThread | protected |
~CThread() (defined in CThread) | CThread | protectedvirtual |
~CTimer() override (defined in CTimer) | CTimer | |
~ITimerCallback()=default (defined in ITimerCallback) | ITimerCallback | privatevirtual |