Android audio system learning three the startup process of the AudioPolicyService service (below)
The last article roughly sorted out the process of APM parsing configuration files. Next, let’s look at the initialization process of APM, that is, the initialize part. Review the constructor of APM as follows: Take a look at the processing content inside initialize: 1. Create an audio engine object, set APM as a listener, and …