anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxVhalConnectorCallbacks Struct Reference

AnboxVhalConnectorCallbacks is the structure holding all VHAL-related callbacks. More...

#include <vhal_connector.h>

+ Collaboration diagram for AnboxVhalConnectorCallbacks:

Public Attributes

AnboxVhalGetAllPropConfigsCallback get_all_prop_configs_callback = nullptr
 
AnboxVhalGetPropConfigsCallback get_prop_configs_callback = nullptr
 
AnboxVhalIsAvailableCallback is_available_callback = nullptr
 
AnboxVhalGetCallback get_callback = nullptr
 
AnboxVhalSetCallback set_callback = nullptr
 

Detailed Description

AnboxVhalConnectorCallbacks is the structure holding all VHAL-related callbacks.

Definition at line 69 of file vhal_connector.h.

Member Data Documentation

◆ get_all_prop_configs_callback

AnboxVhalGetAllPropConfigsCallback AnboxVhalConnectorCallbacks::get_all_prop_configs_callback = nullptr

Definition at line 70 of file vhal_connector.h.

Referenced by anbox::VhalConnector::get_all_prop_configs().

◆ get_callback

AnboxVhalGetCallback AnboxVhalConnectorCallbacks::get_callback = nullptr

Definition at line 73 of file vhal_connector.h.

Referenced by anbox::VhalConnector::get().

◆ get_prop_configs_callback

AnboxVhalGetPropConfigsCallback AnboxVhalConnectorCallbacks::get_prop_configs_callback = nullptr

Definition at line 71 of file vhal_connector.h.

Referenced by anbox::VhalConnector::get_prop_configs().

◆ is_available_callback

AnboxVhalIsAvailableCallback AnboxVhalConnectorCallbacks::is_available_callback = nullptr

Definition at line 72 of file vhal_connector.h.

Referenced by anbox::VhalConnector::is_available().

◆ set_callback

AnboxVhalSetCallback AnboxVhalConnectorCallbacks::set_callback = nullptr

Definition at line 74 of file vhal_connector.h.

Referenced by anbox::VhalConnector::set().


The documentation for this struct was generated from the following file: