搜索资源列表
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
Android-IPC-AND-AIDL
- 介绍Android的IPC及AIDL的资料,是繁体字的,不过可以看明白的-The IPC introduces Android and AIDL the information is complex characters, but can see to understand
Android-kernel
- 本文档详细阐述了ANDROID操作系统的各个功能模块,包括IPC通讯、GWES框架原理、RIL电话系统、应用程序框架等等,是一份难得的资料!-This document describes in detail the various features ANDROID operating system modules, including the IPC communication, GWES framework of principles, RIL phone system, applicati
Android-IPC-binder-
- 自己写的给公司开发人员关于ANDROID BINDER机制的一个培训材料-Their developers to write to the company as a mechanism for ANDROID BINDER training materials
ch03
- android 的IPC机制,对于我们理解非常的有好处-android' s IPC mechanism, very good for us to understand
android-process-precoding
- IPC调用的AIDL的具体说明! 它本质上是Server端和Client端都具有相同的AIDL文件,要位于相同的包下,即package的包名药一样,然后才能正确的通过proxy访问,否 则client与server的aidl文件处于不同package会出错的。-IPC calls AIDL specific instructions! It is essentially a Server side and Client-side have the same AIDL file, t
Android-framework
- 介绍android framework,包括基本空间划分,IPC,service深入分析,GWES,电话系统,GDI,应用程序框架-Descr iption is the android framework, including basic space is divided, the IPC, the service in-depth analysis, GWES, telephone system, the GDI, the application framework
serviceconnect
- Android binder IPC simple 2 way communication example
IPC
- 安卓系统中进程通信的例程,利用IPC机制进行服务端与客户端的进程通信-Andrews in the process of communication routines, the use of the IPC mechanism to carry out the process of communication services and the clients
aidl
- 关于android的IPC通讯AIDL的实例源码,解压即可使用,包含server和client两个工程。-IPC communication AIDL android source code examples, extract can be used, including server and client works.
testservice
- IPC服务的使用,远程共享服务接口对象,使用IPC可以实现多个项目之间的数据共享。-IPC services use remote shared service interface object, use the IPC can achieve data sharing between multiple projects.
IPCTest
- IPC例子主要介绍ipc调用方法-the ipc test
Service
- Service(服务)是一个没有用户界面的在后台运行执行耗时操作的应用组件。其他应用组件能够启动Service,并且当用户切换到另外的应用场景,Service将持续在后台运行。另外,一个组件能够绑定到一个service与之交互(IPC机制),例如,一个service可能会处理网络操作,播放音乐,操作文件I/O或者与内容提供者(content provider)交互,所有这些活动都是在后台进行。 Service有两种状态,“启动的”和“绑定”-A Service is an applicati
