Home | History | Annotate | Download | only in mirror

Lines Matching defs:INTERFACE

33 INTERFACE = "interface"
66 the interface specification message.
126 """Gets the ProtoBuf message for a callback interface based on args.
129 interface_name: string, the callback interface name.
133 VariableSpecificationMessage that contains the callback interface
146 interface = getattr(specification, INTERFACE, None)
147 apis = getattr(interface, API, [])
173 """Gets a HalMirror for a HIDL HAL interface.
176 interface_name: string, the name of a target interface to read.
177 driver_id: int, driver is of the corresponding HIDL HAL interface.
180 a host-side mirror of a HIDL HAL interface.