Searched refs:binder (Results 26 - 50 of 248) sorted by relevance

12345678910

/frameworks/base/libs/binder/
H A DIInterface.cpp17 #include <binder/IInterface.h>
H A DProcessState.cpp21 #include <binder/ProcessState.h>
24 #include <binder/BpBinder.h>
25 #include <binder/IPCThreadState.h>
28 #include <binder/IServiceManager.h>
32 #include <private/binder/binder_module.h>
33 #include <private/binder/Static.h>
174 e.binder = NULL;
194 IBinder* b = e->binder;
197 e->binder = b;
228 IBinder* b = e->binder;
243 expungeHandle(int32_t handle, IBinder* binder) argument
[all...]
H A DMemoryBase.cpp21 #include <binder/MemoryBase.h>
H A DIPermissionController.cpp19 #include <binder/IPermissionController.h>
23 #include <binder/Parcel.h>
26 #include <private/binder/Static.h>
/frameworks/base/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp19 #include <binder/IPCThreadState.h>
20 #include <binder/ProcessState.h>
21 #include <binder/IServiceManager.h>
23 #include <binder/IMemory.h>
/frameworks/base/drm/libdrmframework/include/
H A DIDrmServiceListener.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
/frameworks/base/include/binder/
H A DMemoryDealer.h24 #include <binder/IMemory.h>
25 #include <binder/MemoryHeapBase.h>
H A DProcessState.h20 #include <binder/IBinder.h>
63 void expungeHandle(int32_t handle, IBinder* binder);
83 IBinder* binder; member in struct:android::ProcessState::handle_entry
H A DIPermissionController.h21 #include <binder/IInterface.h>
H A DMemoryBase.h23 #include <binder/IMemory.h>
/frameworks/base/include/camera/
H A DICameraService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DICamera.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
24 #include <binder/IMemory.h>
H A DICameraRecordingProxy.h20 #include <binder/IInterface.h>
H A DICameraRecordingProxyListener.h20 #include <binder/IInterface.h>
/frameworks/base/include/media/
H A DIAudioTrack.h25 #include <binder/IInterface.h>
26 #include <binder/IMemory.h>
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DServiceManagerPermissionTests.java39 Binder binder = new Binder();
40 ServiceManager.addService("activity", binder);
/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java146 IRestoreSession binder = sService.beginRestoreSession(mContext.getPackageName(),
148 session = new RestoreSession(mContext, binder);
172 IRestoreSession binder = sService.beginRestoreSession(null, null);
173 session = new RestoreSession(mContext, binder);
/frameworks/base/include/powermanager/
H A DIPowerManager.h21 #include <binder/IInterface.h>
/frameworks/base/services/surfaceflinger/tests/resize/
H A Dresize.cpp21 #include <binder/IPCThreadState.h>
22 #include <binder/ProcessState.h>
23 #include <binder/IServiceManager.h>
/frameworks/base/services/surfaceflinger/tests/surface/
H A Dsurface.cpp21 #include <binder/IPCThreadState.h>
22 #include <binder/ProcessState.h>
23 #include <binder/IServiceManager.h>
/frameworks/base/media/libmedia/
H A Dmediametadataretriever.cpp21 #include <binder/IServiceManager.h>
22 #include <binder/IPCThreadState.h>
30 // client singleton for binder interface to service
40 sp<IBinder> binder; local
42 binder = sm->getService(String16("media.player"));
43 if (binder != 0) {
52 binder->linkToDeath(sDeathNotifier);
53 sService = interface_cast<IMediaPlayerService>(binder);
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java61 IBinder binder; field in class:TelephonyRegistry.Record
153 if (b == r.binder) {
158 r.binder = b;
170 remove(r.binder);
179 remove(r.binder);
186 remove(r.binder);
193 remove(r.binder);
200 remove(r.binder);
207 remove(r.binder);
215 remove(r.binder);
246 remove(IBinder binder) argument
[all...]
/frameworks/base/cmds/dumpsys/
H A Ddumpsys.cpp9 #include <binder/Parcel.h>
10 #include <binder/ProcessState.h>
11 #include <binder/IServiceManager.h>
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp11 #include <binder/IPCThreadState.h>
12 #include <binder/ProcessState.h>
13 #include <binder/IServiceManager.h>
/frameworks/base/cmds/system_server/
H A Dsystem_main.cpp12 #include <binder/IPCThreadState.h>

Completed in 277 milliseconds

12345678910