sebaubuntu_libs.libandroid.vintf.hidl
Classes
|
Class representing a HIDL HAL. |
|
Class representing a HIDL interface. |
|
Class representing a HIDL transport type. |
- class sebaubuntu_libs.libandroid.vintf.hidl.HidlHal(name: str, transport: HidlTransport, interfaces: Set[HidlInterface])
Class representing a HIDL HAL.
- __init__(name: str, transport: HidlTransport, interfaces: Set[HidlInterface])
Initialize an object.
- class sebaubuntu_libs.libandroid.vintf.hidl.HidlInterface(name: str, version: str, instance: str)
Class representing a HIDL interface.
- classmethod from_fqname(fqname: str) HidlInterface
Create a AIDL HAL from a FQName.
- classmethod from_interface(version: str, interface: Element) List[HidlInterface]
Create a AIDL HAL from an interface.