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

The struct of binder devices that being used in Android container. More...

#include <types.h>

+ Collaboration diagram for AnboxBinderDevices:

Public Attributes

char framework [PATH_MAX]
 
char hardware [PATH_MAX]
 
char vendor [PATH_MAX]
 

Detailed Description

The struct of binder devices that being used in Android container.

Definition at line 202 of file types.h.

Member Data Documentation

◆ framework

char AnboxBinderDevices::framework[PATH_MAX]

framework binder which is used for IPC between framework/app processes with AIDL interfaces

Definition at line 204 of file types.h.

◆ hardware

char AnboxBinderDevices::hardware[PATH_MAX]

hardware binder which is used for IPC between framework/vendor processes with HIDL interfaces

Definition at line 206 of file types.h.

◆ vendor

char AnboxBinderDevices::vendor[PATH_MAX]

vendor binder which is used for IPC between vendor/vendor processes with AIDL Interfaces

Definition at line 208 of file types.h.


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