anbox-platform-sdk
1.23.0
Anbox Platform SDK API documentation
|
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 | |
AnboxPlatform * | anbox_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... | |
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.
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.