Android Audio Hal Detailed (one)

Source: Internet
Author: User

http://blog.csdn.net/kunis/article/details/16918937

1,hal definition
  The HAL (Hardware abstraction layer) is understood literally, called the hardware abstraction level. It is the cornerstone of the Android framework layer, and all of the hardware needed to operate on top of the Android system requires invoking HAL-related APIs such as GPS,BT, input devices, Graphocs,camera,audio, and so on. Each hardware device's Android system has some functionality, and the HAL of each device is the collection that implements these functions (calling the corresponding driver). If vendor does not want to open source's own driver, some device functions can be implemented on the HAL layer.
2,hal Frame
  There are currently two types of HAL frames in the Android system, with the following code:
      1) hardware/libhardware_legacy/
      2) hardware/libhardware/
  1) is the implementation of the old version, is to put all the functions of the HAL layer in a *.so file, and then in the runtime stage through the function call each module directly to manipulate the driver. 2) is the unified encapsulation of all the HAL module APIs, unifying the interface of the upper access HAL.

Android Audio Hal Detailed (one)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.