libxml2 compilation and test

Official website http://xmlsoft.org/ Source download http://xmlsoft.org/sources/ Version I use libxml2-2.9.8.tar.gz Download address: https://download.csdn.net/download/andylauren/10669589 Compile source code 1. Decompress the source package rt@ubuntu:~/xml2$ tar xvf libxml2-2.9.8.tar.gz rt@ubuntu:~/xml2$ cd libxml2-2. ...

Posted on Wed, 01 Jan 2020 11:36:17 -0500 by N350CA

audio_policy_configuration.xml parsing of Android 9.0 A udio Policy

Preface Before analyzing audio_policy_configuration.xml, familiarize yourself with the start-up process of audiopolicy. When booting, audioservice will start through init.rc, audioservice will start AudioPolicy Service, and AudioPolicy Service will create AudioPolicy Manager, so AudioPolicy Manager will be initialized. Interested can see this b ...

Posted on Thu, 03 Oct 2019 05:33:00 -0400 by zephyrstudios