Lines Matching full:hardware
1 page.title=The Hardware Abstraction Layer
28 The hardware abstraction layer (HAL) defines a standard interface for hardware vendors to
38 Each hardware-specific HAL interface has properties that are common to all HAL interfaces. These
39 properties are defined in <code>hardware/libhardware/include/hardware/hardware.h</code> and
48 <code>hardware/libhardware/include/hardware/hardware.h</code> header file defines a
55 the hardware that the HAL is serving as an abstraction for. Each hardware-specific HAL usually
57 for that specific piece of hardware. For example in the camera HAL, the <code>camera_module_t</code> struct
85 A device abstracts the actual hardware of your product. For example, an audio module can contain
89 function pointers for specific features of the hardware. For example, the
110 In addition to these standard properties, each hardware-specific HAL interface can define more of its