Home | History | Annotate | Download | only in audio

Lines Matching full:hardware

32 Android's audio Hardware Abstraction Layer (HAL) connects the higher-level,
34 hardware. This section includes implementation instructions and tips for
57 interact with audio hardware. Internally, this code calls corresponding JNI glue
58 classes to access the native code that interacts with audio hardware.
66 hardware. JNI is located in <code>frameworks/base/core/jni/</code> and
102 you must implement for your audio hardware to function correctly. The audio HAL
103 interfaces are located in <code>hardware/libhardware/include/hardware</code>.
105 href="{@docRoot}devices/halref/audio_8h_source.html">hardware/audio.h</a>.
112 The audio driver interacts with your hardware and HAL implementation. You can