Ocean
Loading...
Searching...
No Matches
Ocean::Platform::Android Namespace Reference

Namespace of the Platform Android library. More...

Namespaces

namespace  Application
 Namespace of the Platform Android Application library.
 

Data Structures

class  Battery
 This class implements battery functions. More...
 
class  Bitmap
 This class implements bitmap functions. More...
 
class  NativeInterfaceManager
 This class implements the manager of the java native interface as singleton. More...
 
class  Permission
 This class implements functions for Android application permissions. More...
 
class  PowerMonitor
 
class  Processor
 This class implements processor functions. More...
 
class  ProcessorMonitor
 This class implements a processor monitor. More...
 
class  ProcessorStatistic
 This class implements a processor statistic object. More...
 
class  ResourceManager
 This class implements a manager for resource data. More...
 
class  ScopedJNIEnvironment
 This class implements a scoped access to a JNI environment with attached current thread. More...
 
class  ScopedJNIGlobalObject
 This class implements a scoped global reference to a JNI object. More...
 
class  ScopedJNILocalObject
 This class implements a scoped local reference to a JNI object. More...
 
class  Utilities
 This class implements helper functions for android platforms. More...
 

Typedefs

using ScopedGlobalJClass = ScopedJNIGlobalObject< jclass >
 Definition of a scoped object encapsulating a global reference to a jclass object.
 
using ScopedGlobalJObject = ScopedJNIGlobalObject< jobject >
 Definition of a scoped object encapsulating a global reference to a jobject object.
 
using ScopedGlobalJObjectArray = ScopedJNIGlobalObject< jobjectArray >
 Definition of a scoped object encapsulating a global reference to a jobjectArray object.
 
using ScopedGlobalJString = ScopedJNIGlobalObject< jstring >
 Definition of a scoped object encapsulating a global reference to a jstring object.
 
using ScopedJClass = ScopedJNILocalObject< jclass >
 Definition of a scoped object encapsulating a local reference to a jclass object.
 
using ScopedJObject = ScopedJNILocalObject< jobject >
 Definition of a scoped object encapsulating a local reference to a jobject object.
 
using ScopedJObjectArray = ScopedJNILocalObject< jobjectArray >
 Definition of a scoped object encapsulating a local reference to a jobjectArray object.
 
using ScopedJString = ScopedJNILocalObject< jstring >
 Definition of a scoped object encapsulating a local reference to a jstring object.
 

Detailed Description

Namespace of the Platform Android library.

The Namespace Ocean::Platform::Android is used in the entire Ocean Platform Android Library.