![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <WinSystemAndroid.h>
Public Member Functions | |
CWinSystemAndroid () | |
virtual | ~CWinSystemAndroid () |
bool | InitWindowSystem () override |
bool | DestroyWindowSystem () override |
bool | CreateNewWindow (const std::string &name, bool fullScreen, RESOLUTION_INFO &res) override |
bool | DestroyWindow () override |
void | UpdateResolutions () override |
void | InitiateModeChange () |
bool | IsHdmiModeTriggered () const |
void | SetHdmiState (bool connected) |
void | UpdateDisplayModes () |
bool | HasCursor () override |
bool | Hide () override |
bool | Show (bool raise=true) override |
void | Register (IDispResource *resource) override |
void | Unregister (IDispResource *resource) override |
void | MessagePush (XBMC_Event *newEvent) |
bool | MessagePump () override |
![]() | |
CWinSystemBase () | |
virtual | ~CWinSystemBase () |
virtual CRenderSystemBase * | GetRenderSystem () |
virtual bool | ResizeWindow (int newWidth, int newHeight, int newLeft, int newTop)=0 |
virtual bool | SetFullScreen (bool fullScreen, RESOLUTION_INFO &res, bool blankOtherDisplays)=0 |
virtual bool | MoveWindow (int topLeft, int topRight) |
virtual void | FinishModeChange (RESOLUTION res) |
virtual void | FinishWindowResize (int newWidth, int newHeight) |
virtual bool | CenterWindow () |
virtual bool | IsCreated () |
virtual void | NotifyAppFocusChange (bool bGaining) |
virtual void | NotifyAppActiveChange (bool bActivated) |
virtual void | ShowOSMouse (bool show) |
virtual bool | HasInertialGestures () |
virtual bool | UseLimitedColor () |
virtual int | NoOfBuffers () |
virtual float | GetDisplayLatency () |
virtual float | GetFrameLatencyAdjustment () |
virtual bool | Minimize () |
virtual bool | Restore () |
virtual std::unique_ptr< CVideoSync > | GetVideoSync (void *clock) |
virtual void | OnMove (int x, int y) |
KODI::WINDOWING::COSScreenSaverManager * | GetOSScreenSaver () |
unsigned int | GetWidth () |
unsigned int | GetHeight () |
virtual bool | CanDoWindowed () |
bool | IsFullScreen () |
void | SetWindowResolution (int width, int height) |
std::vector< RESOLUTION_WHR > | ScreenResolutions (float refreshrate) |
std::vector< REFRESHRATE > | RefreshRates (int width, int height, uint32_t dwFlags) |
REFRESHRATE | DefaultRefreshRate (std::vector< REFRESHRATE > rates) |
virtual bool | HasCalibration (const RESOLUTION_INFO &resInfo) |
virtual std::string | GetClipboardText (void) |
void | RegisterRenderLoop (IRenderLoop *client) |
void | UnregisterRenderLoop (IRenderLoop *client) |
void | DriveRenderLoop () |
CGraphicContext & | GetGfxContext () |
![]() | |
virtual | ~ITimerCallback ()=default |
Protected Member Functions | |
std::unique_ptr< KODI::WINDOWING::IOSScreenSaver > | GetOSScreenSaverImpl () override |
void | OnTimeout () override |
![]() | |
void | UpdateDesktopResolution (RESOLUTION_INFO &newRes, const std::string &output, int width, int height, float refreshRate, uint32_t dwFlags) |
Protected Attributes | |
CAndroidUtils * | m_android |
EGLDisplay | m_nativeDisplay |
EGLNativeWindowType | m_nativeWindow |
int | m_displayWidth |
int | m_displayHeight |
RENDER_STEREO_MODE | m_stereo_mode |
CTimer * | m_dispResetTimer |
CCriticalSection | m_resourceSection |
std::vector< IDispResource * > | m_resources |
CDecoderFilterManager * | m_decoderFilterManager |
![]() | |
int | m_nWidth = 0 |
int | m_nHeight = 0 |
int | m_nTop = 0 |
int | m_nLeft = 0 |
bool | m_bWindowCreated = false |
bool | m_bFullScreen = false |
bool | m_bBlankOtherDisplay = false |
float | m_fRefreshRate = 0.0f |
std::unique_ptr< KODI::WINDOWING::COSScreenSaverManager > | m_screenSaverManager |
CCriticalSection | m_renderLoopSection |
std::vector< IRenderLoop * > | m_renderLoopClients |
std::unique_ptr< IWinEvents > | m_winEvents |
std::unique_ptr< CGraphicContext > | m_gfxContext |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< CWinSystemBase > | CreateWinSystem () |
CWinSystemAndroid::CWinSystemAndroid | ( | ) |
|
virtual |
|
overridevirtual |
Implements CWinSystemBase.
Reimplemented in CWinSystemAndroidGLESContext.
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
overrideprotectedvirtual |
Reimplemented from CWinSystemBase.
|
inlineoverridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Reimplemented from CWinSystemBase.
void CWinSystemAndroid::InitiateModeChange | ( | ) |
|
overridevirtual |
Reimplemented from CWinSystemBase.
Reimplemented in CWinSystemAndroidGLESContext.
|
inline |
|
overridevirtual |
Reimplemented from CWinSystemBase.
void CWinSystemAndroid::MessagePush | ( | XBMC_Event * | newEvent | ) |
|
overrideprotectedvirtual |
Implements ITimerCallback.
|
overridevirtual |
Implements CWinSystemBase.
void CWinSystemAndroid::SetHdmiState | ( | bool | connected | ) |
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Implements CWinSystemBase.
void CWinSystemAndroid::UpdateDisplayModes | ( | ) |
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |