|
anbox-platform-sdk
1.26.0
Anbox Platform SDK API documentation
|
AnboxVhalPropertyConfig describes the configuration of a VHAL property. More...
#include <types.h>
Collaboration diagram for AnboxVhalPropertyConfig:Public Attributes | |
| int32_t | prop |
| AnboxVhalPropertyType | value_type |
| AnboxVhalPropertyAccess | access |
| AnboxVhalPropertyChangeMode | change_mode |
| uint32_t | area_configs_size |
| AnboxVhalAreaConfig * | area_configs |
| uint32_t | config_array_size |
| int32_t * | config_array |
| uint32_t | config_string_size |
| char * | config_string |
| float | min_sample_rate |
| float | max_sample_rate |
| uint32_t | prop_name_size |
| char * | prop_name |
AnboxVhalPropertyConfig describes the configuration of a VHAL property.
Matches the VehiclePropConfig struct of the Android VHAL interface.
The following properties are not part of the Android VHAL interface but are added for convenience:
| AnboxVhalPropertyAccess AnboxVhalPropertyConfig::access |
| AnboxVhalAreaConfig* AnboxVhalPropertyConfig::area_configs |
| AnboxVhalPropertyChangeMode AnboxVhalPropertyConfig::change_mode |
| AnboxVhalPropertyType AnboxVhalPropertyConfig::value_type |