anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
plugin.h File Reference
#include "anbox-platform-sdk/platform.h"
#include <memory>
+ Include dependency graph for plugin.h:

Go to the source code of this file.

Classes

struct  AnboxAudioProcessor
 
struct  AnboxInputProcessor
 
struct  AnboxGraphicsProcessor
 
struct  AnboxSensorProcessor
 
struct  AnboxGpsProcessor
 
struct  AnboxCameraProcessor
 
struct  AnboxProxy
 
struct  AnboxVideoDecoder
 
struct  AnboxVhalConnector
 
struct  AnboxPlatform
 

Functions

AnboxPlatformanbox_platform_plugin_register (std::unique_ptr< anbox::Platform > &&platform)
 Register a platform plugin. More...
 
void anbox_platform_plugin_unregister (AnboxPlatform *)
 Unregister a platform plugin. More...
 

Function Documentation

◆ anbox_platform_plugin_register()

AnboxPlatform* anbox_platform_plugin_register ( std::unique_ptr< anbox::Platform > &&  platform)

Register a platform plugin.

every platform implementation has to register the implemented AnboxPlatform instance, This function will helps to register all the required methods that a platform plugin implemented.

◆ anbox_platform_plugin_unregister()

void anbox_platform_plugin_unregister ( AnboxPlatform )

Unregister a platform plugin.

every platform implementation has to unregister the implemented AnboxPlatform instance, This function will helps to register all the required methods that a platform plugin implemented.