搜索资源列表
android-binder-shenruqainchu
- android 深入浅出 binder 机制,由浅入深详述了android进程间通信实现机制-android layman binder mechanism, Deep detailing the android to achieve inter-process communication mechanism
Android-IPC-Binder
- I will use call IAudioFlinger::setMode API as a sample scenario to show how the Android IPC system works. AudioFlinger is a service in the media_server program
Binder
- Android Binder Renference
Android-IPC-binder-
- 自己写的给公司开发人员关于ANDROID BINDER机制的一个培训材料-Their developers to write to the company as a mechanism for ANDROID BINDER training materials
android-native-server
- 一个关于如何在android2.2源码中写本地NATIVE服务的可用例子-Android2.2 a source on how to write in the local service available examples NATIVE
ServiceBinderExample
- 关于Android的Intent和服务的之间的数据传递-Intent on Android and services to pass data between
Android-binder
- Android的binder机制研究(C++部分),通过对Android媒体播放器的反向分析,给出binder的类图,并详细定义了接口类、定义和实现binder类、BnMediaPlayService代码分析-Android s binder mechanism (C++ section), the Android media player through the reverse analysis, given the binder of class diagrams, and detailed
depth-understanding-of-Andorid
- 深入理解Android重难点解析,主要重点分析了JNI、init、Android常用类、Binder、Audio系统和Surface系统。-Android-depth understanding of heavy and difficult to resolve, mainly focused on analyzing the JNI, init, Android commonly used type, Binder, Audio Systems, and Surface Systems.
serviceconnect
- Android binder IPC simple 2 way communication example
Android
- Android进程间通信机制(Binder)介绍-Android Binder
android_binder_cPP
- android+binder实例(C++层)-android+binder(C++)
Android-Framework
- 一 JNI重难点分析 1.1 注册方法的选择 1.2 垃圾回收 二 init重难点分析 2.1 keywords.h的有趣用法 2.2 用好“DllMain函数”——客户端Property读取的实现 三 Android常用类重难点分析 3.1 RefBase、sp和wp 3.2 题外话——无所不用其极 四 Binder重难点分析 4.1 时空穿越魔术揭秘 4.2 Binder和线程的关系 五 Audio系统
ght
- 高焕堂:Android&Java的线程框架与模式 Android架构师手册_建模与图形思考 活用Android的IPC机制与Binder 框架 如何开发Android应用框架 Android 的NDK 与JNI雕龙小技-GAO Huan-tang: Android & Java threads Framework and modalities Android Architect Manual _ utilize modeling and graphical thinkin
Android-Binder-CPP-Interface-InternalL2
- Android Binder Explained
HelloWorldService
- 按照android Binder框架自己实现的一个Binder例子,代码的功能是将客户端输入的字符串进行大小写转换-Framework in accordance with android Binder Binder own implementation of an example, the code is the function of the client input string case conversion
Android_Binder_IPC
- android binder通信介绍。binder 通信是一种client-server 的通信结构, 1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用; 2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的; 3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象; 4. 代理接口将该Parcel 发送给内核中的binder drive
Android Fibonacci
- Android fibonacci binder implementation
binder
- Android IPC Subsystem for Linux v2.13.6.
binder
- Androidbinder通信框架,通俗易懂,容易上手材料。-Android binder
Android Binder设计与实现.pdf
- android' binder的学习资料pdf(The material of android binder)