Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::CPVRPlaybackState::CLastWatchedUpdateTimer Member List

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))CThreadinlineprotected
CLastWatchedUpdateTimer(CPVRPlaybackState &state, const std::shared_ptr< CPVRChannelGroupMember > &channel, const CDateTime &time)PVR::CPVRPlaybackState::CLastWatchedUpdateTimerinline
Create(bool bAutoDelete=false)CThreadprotected
CThread(const char *ThreadName)CThreadexplicitprotected
CThread(IRunnable *pRunnable, const char *ThreadName)CThreadprotected
CTimer(ITimerCallback *callback)CTimerexplicit
CTimer(std::function< void()> const &callback)CTimerexplicit
GetCurrentThread()CThreadprotectedstatic
GetCurrentThreadId()CThreadinlineprotectedstatic
GetElapsedMilliseconds() constCTimer
GetElapsedSeconds() constCTimer
IsAutoDelete() constCThreadprotected
IsCurrentThread() constCThreadprotected
IsRunning() constCTimerinline
Join(std::chrono::milliseconds duration)CThreadprotected
m_bStopCThreadprotected
OnException()CThreadinlineprotectedvirtual
OnExit()CThreadinlineprotectedvirtual
OnStartup()CThreadinlineprotectedvirtual
OnTimeout() overridePVR::CPVRPlaybackState::CLastWatchedUpdateTimerinlinevirtual
Process() overrideCTimerprotectedvirtual
Restart()CTimer
RestartAsync(std::chrono::milliseconds timeout)CTimer
SetPriority(const ThreadPriority &priority)CThreadprotected
Sleep(std::chrono::duration< Rep, Period > duration)CThreadinlineprotected
Start(std::chrono::milliseconds timeout, bool interval=false)CTimer
Stop(bool wait=false)CTimer
StopThread(bool bWait=true)CThreadprotectedvirtual
WAIT_INTERRUPTED enum valueCThreadprotected
WAIT_SIGNALED enum valueCThreadprotected
WAIT_TIMEDOUT enum valueCThreadprotected
WaitResponse enum nameCThreadprotected
~CThread()CThreadprotectedvirtual
~CTimer() overrideCTimer