Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CPowerSyscallWithoutEvents Class Reference

#include <IPowerSyscall.h>

Inheritance diagram for CPowerSyscallWithoutEvents:
CAbstractPowerSyscall IPowerSyscall CAndroidPowerSyscall CCocoaPowerSyscall CFallbackPowerSyscall CLunaPowerManagement CTVOSPowerSyscall

Public Member Functions

 CPowerSyscallWithoutEvents ()
 
bool Suspend () override
 
bool Hibernate () override
 
bool PumpPowerEvents (IPowerEventsCallback *callback) override
 Pump power related events back to xbmc.
 
- Public Member Functions inherited from CAbstractPowerSyscall
int CountPowerFeatures () override
 
- Public Member Functions inherited from IPowerSyscall
virtual ~IPowerSyscall ()=default
 
virtual bool Powerdown ()=0
 
virtual bool Reboot ()=0
 
virtual bool CanPowerdown ()=0
 
virtual bool CanSuspend ()=0
 
virtual bool CanHibernate ()=0
 
virtual bool CanReboot ()=0
 
virtual int BatteryLevel ()=0
 

Additional Inherited Members

- Static Public Member Functions inherited from IPowerSyscall
static IPowerSyscallCreateInstance ()
 Called by power manager to create platform power system adapter.
 
static void RegisterPowerSyscall (CreatePowerSyscallFunc createFunc)
 
- Static Public Attributes inherited from IPowerSyscall
static const int MAX_COUNT_POWER_FEATURES = 4
 

Constructor & Destructor Documentation

◆ CPowerSyscallWithoutEvents()

CPowerSyscallWithoutEvents::CPowerSyscallWithoutEvents ( )
inline

Member Function Documentation

◆ Hibernate()

bool CPowerSyscallWithoutEvents::Hibernate ( void )
inlineoverridevirtual

Implements IPowerSyscall.

Reimplemented in CTVOSPowerSyscall.

◆ PumpPowerEvents()

bool CPowerSyscallWithoutEvents::PumpPowerEvents ( IPowerEventsCallback * callback)
inlineoverridevirtual

Pump power related events back to xbmc.

PumpPowerEvents is called from Application Thread and the platform implementation may signal power related events back to xbmc through the callback.

return true if an event occurred and false if not.

Parameters
callbackthe callback to signal to

Implements IPowerSyscall.

Reimplemented in CTVOSPowerSyscall.

◆ Suspend()

bool CPowerSyscallWithoutEvents::Suspend ( void )
inlineoverridevirtual

Implements IPowerSyscall.

Reimplemented in CTVOSPowerSyscall.


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