Dynamic Load Balance 3.6.1+32-59d1
Data Structures | Enumerations | Functions
backend.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for backend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gpu_measurements_t
 
struct  hwc_measurements_t
 
struct  core_api_t
 
struct  backend_api_t
 

Enumerations

enum  { DLB_BACKEND_ABI_VERSION = 1 }
 
enum  DLB_Backend_Error_codes { DLB_BACKEND_SUCCESS = 0 , DLB_BACKEND_ERROR = 1 }
 

Functions

backend_api_tDLB_Get_Backend_API (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DLB_BACKEND_ABI_VERSION 

◆ DLB_Backend_Error_codes

Enumerator
DLB_BACKEND_SUCCESS 
DLB_BACKEND_ERROR 

Function Documentation

◆ DLB_Get_Backend_API()

backend_api_t * DLB_Get_Backend_API ( void  )