Advertisement
4javier

Untitled

Nov 11th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. This module creates the audio command handler service executable file.
  2.  
  3. WHAT IT DOES?
  4. =============
  5. Audio command handler service is a native service, it receive MM commands sent by atcid.
  6. according to the different commands, Audio command handler service read/write data from/to NVRAM,
  7. and control audio hardware(volume, speech...)
  8.  
  9. the path is following
  10. PC tool -> ATCID -> Audio CMD Handler Service -> Audio HAL/NVRAM
  11.  
  12. HOW IT WAS BUILT?
  13. ==================
  14. It needs the following library from AOSP:
  15.  
  16. libbinder, libcutils and libutils
  17.  
  18. and the following libs from MediaTek:
  19.  
  20. libmedia, libaudiocustparam, libaudiocomponentengine, libaudiocompensationfilter
  21.  
  22. HOW TO USE IT?
  23. ==============
  24.  
  25. audio command handler service is a service to calibrate audio/speech parameters.
  26. it can send the commands to this service by socket.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement