sebaubuntu_libs.libandroid.vintf.aidl

Classes

AidlHal(name, interfaces)

Class representing a AIDL HAL.

AidlInterface(name, instance)

Class representing a AIDL HAL.

class sebaubuntu_libs.libandroid.vintf.aidl.AidlHal(name: str, interfaces: Set[AidlInterface])

Class representing a AIDL HAL.

__init__(name: str, interfaces: Set[AidlInterface])

Initialize an object.

classmethod from_entry(entry: Element) AidlHal

Create a AIDL HAL from a VINTF entry.

class sebaubuntu_libs.libandroid.vintf.aidl.AidlInterface(name: str, instance: str)

Class representing a AIDL HAL.

__init__(name: str, instance: str)

Initialize an object.

classmethod from_fqname(string: str) AidlInterface

Create a AIDL HAL from a FQName.

Example: ILights/default