本章主要内容:· 分析SystemServer· 分析EntropyService、DropBoxManagerService、DiskStatsService· 分析DeviceStorageMonitorService、SamplingProfilerService以及ClipboardService本章所涉及的源代码文件名及位置:· SystemServer.javaframeworks/base/services/java/com/android/server/SystemServer.java· com_android_server_SystemServer.
本章主要内容:· 介绍Binder系统的Java层框架· 介绍MessageQueue本章所涉及的源代码文件名及位置:· IBinder.javaframeworks/base/core/java/android/os/IBinder.java· Binder.javaframeworks/base/core/java/android/os/Binder.java· BinderInternal.javaframeworks/base/core/java/com/android/intenal/os/BinderInternal.