|
anbox-platform-sdk 1.28.0
Anbox Platform SDK API documentation
|
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 | |
| AnboxPlatform * | anbox_platform_plugin_register (std::unique_ptr< anbox::Platform > &&platform) noexcept |
| Register a platform plugin. | |
| void | anbox_platform_plugin_unregister (AnboxPlatform *) noexcept |
| Unregister a platform plugin. | |
|
externnoexcept |
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.
|
externnoexcept |
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.