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

123456789

/frameworks/base/include/media/
H A DIAudioTrack.h25 #include <binder/IInterface.h>
26 #include <binder/IMemory.h>
H A DIAudioFlingerClient.h22 #include <binder/IInterface.h>
/frameworks/base/libs/ui/
H A DIOverlay.cpp21 #include <binder/Parcel.h>
22 #include <binder/IInterface.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.java141 IRestoreSession binder = sService.beginRestoreSession(mContext.getPackageName(),
143 session = new RestoreSession(mContext, binder);
167 IRestoreSession binder = sService.beginRestoreSession(null, null);
168 session = new RestoreSession(mContext, binder);
/frameworks/base/core/jni/
H A Dandroid_util_Binder.h18 #include <binder/IBinder.h>
/frameworks/base/libs/binder/
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>
H A DPermission.cpp19 #include <binder/IPCThreadState.h>
20 #include <binder/IServiceManager.h>
21 #include <binder/Permission.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>
200 e.binder = NULL;
220 IBinder* b = e->binder;
223 e->binder = b;
254 IBinder* b = e->binder;
269 expungeHandle(int32_t handle, IBinder* binder) argument
[all...]
/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/include/camera/
H A DICamera.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
24 #include <binder/IMemory.h>
/frameworks/base/services/surfaceflinger/tests/overlays/
H A Doverlays.cpp1 #include <binder/IPCThreadState.h>
2 #include <binder/ProcessState.h>
3 #include <binder/IServiceManager.h>
/frameworks/base/services/surfaceflinger/tests/resize/
H A Dresize.cpp5 #include <binder/IPCThreadState.h>
6 #include <binder/ProcessState.h>
7 #include <binder/IServiceManager.h>
/frameworks/base/services/surfaceflinger/tests/surface/
H A Dsurface.cpp5 #include <binder/IPCThreadState.h>
6 #include <binder/ProcessState.h>
7 #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/cmds/dumpsys/
H A Ddumpsys.cpp9 #include <binder/Parcel.h>
10 #include <binder/ProcessState.h>
11 #include <binder/IServiceManager.h>
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java200 * Provide a binder to an already-running service. This method is synchronous
210 IBinder binder = null;
212 binder = am.peekService(service, service.resolveTypeIfNeeded(
216 return binder;
/frameworks/base/include/binder/
H A DProcessState.h20 #include <binder/IBinder.h>
67 void expungeHandle(int32_t handle, IBinder* binder);
87 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/cmds/screencap/
H A Dscreencap.cpp20 #include <binder/IMemory.h>
/frameworks/base/include/gui/
H A DISensorServer.h26 #include <binder/IInterface.h>
/frameworks/base/include/ui/
H A DIOverlay.h24 #include <binder/IInterface.h>
/frameworks/base/libs/storage/
H A DIMountShutdownObserver.cpp18 #include <binder/Parcel.h>

Completed in 247 milliseconds

123456789