- through 主要贯穿了整个Android系统的简单调用,从driver到hardware再到framework,主要学下整个调用的过程。
- binder 是一个Native层通过binder驱动通信的例子,可以更深层的理解Android系统跨进程通信的整个过程和原理。
- Project1 是作为一个Native的服务端,将服务添加到ServiceManager,且记录了很多对系统调用的方法的介绍,需要在源码环境下编译。
- Client 端是Native层的客户端,从ServiceManager中获取服务,然后和服务端保持通信。
- SMJni 是对共享内存的通信的代码片段。
- application 是Android应用通过binder驱动和Native层进行通信的实例。
- Shell脚本 是对bash脚本语法的简单记录和学习。
- audio 是对Android系统音频模块的学习记录
- yanghui11 是用c++实现的一些数据结构、算法、基于oop特性的设计模式。
-
Notifications
You must be signed in to change notification settings - Fork 1
Nipuream/Framework-Study
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Learn about the Android Framework experience.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published