Searched refs:binder (Results 1 - 25 of 170) sorted by relevance

1234567

/frameworks/base/include/private/binder/
H A DStatic.h22 #include <binder/IBinder.h>
23 #include <binder/IMemory.h>
24 #include <binder/ProcessState.h>
25 #include <binder/IPermissionController.h>
26 #include <binder/IServiceManager.h>
/frameworks/base/cmds/surfaceflinger/
H A Dmain_surfaceflinger.cpp1 #include <binder/IPCThreadState.h>
2 #include <binder/ProcessState.h>
3 #include <binder/IServiceManager.h>
/frameworks/base/libs/binder/
H A DStatic.cpp20 #include <private/binder/Static.h>
22 #include <binder/IPCThreadState.h>
H A DIMemory.cpp28 #include <binder/IMemory.h>
32 #include <binder/Parcel.h>
48 sp<IMemoryHeap> find_heap(const sp<IBinder>& binder);
49 void free_heap(const sp<IBinder>& binder);
50 sp<IMemoryHeap> get_heap(const sp<IBinder>& binder);
60 void free_heap(const wp<IBinder>& binder);
90 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder) { argument
91 return gHeapCache->find_heap(binder);
93 static inline void free_heap(const sp<IBinder>& binder) { argument
94 gHeapCache->free_heap(binder);
96 get_heap(const sp<IBinder>& binder) argument
135 fastPointer(const sp<IBinder>& binder, ssize_t offset) const argument
242 sp<IBinder> binder = const_cast<BpMemoryHeap*>(this)->asBinder(); local
256 sp<IBinder> binder = const_cast<BpMemoryHeap*>(this)->asBinder(); local
383 binderDied(const wp<IBinder>& binder) argument
389 find_heap(const sp<IBinder>& binder) argument
414 free_heap(const sp<IBinder>& binder) argument
418 free_heap(const wp<IBinder>& binder) argument
443 get_heap(const sp<IBinder>& binder) argument
[all...]
H A DIInterface.cpp17 #include <binder/IInterface.h>
H A DMemoryBase.cpp21 #include <binder/MemoryBase.h>
/frameworks/base/media/libstagefright/
H A DOMXClient.cpp21 #include <binder/IServiceManager.h>
33 sp<IBinder> binder = sm->getService(String16("media.player")); local
34 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);
/frameworks/base/cmds/servicemanager/
H A DAndroid.mk5 #LOCAL_SRC_FILES := bctest.c binder.c
11 LOCAL_SRC_FILES := service_manager.c binder.c
/frameworks/base/media/libmedia/
H A DIMediaDeathNotifier.cpp21 #include <binder/IServiceManager.h>
22 #include <binder/IPCThreadState.h>
27 // client singleton for binder interface to services
33 // establish binder interface to MediaPlayerService
41 sp<IBinder> binder; local
43 binder = sm->getService(String16("media.player"));
44 if (binder != 0) {
54 binder->linkToDeath(sDeathNotifier);
55 sMediaPlayerService = interface_cast<IMediaPlayerService>(binder);
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp21 #include <binder/IPCThreadState.h>
22 #include <binder/ProcessState.h>
23 #include <binder/IServiceManager.h>
/frameworks/base/core/jni/
H A DActivityManager.cpp19 #include <binder/IBinder.h>
20 #include <binder/IServiceManager.h>
21 #include <binder/Parcel.h>
H A Dandroid_util_Binder.h18 #include <binder/IBinder.h>
/frameworks/base/include/camera/
H A DICameraClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
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>
/frameworks/base/include/media/
H A DIMediaMetadataRetriever.h22 #include <binder/IInterface.h>
23 #include <binder/Parcel.h>
24 #include <binder/IMemory.h>
H A DIAudioRecord.h25 #include <binder/IInterface.h>
26 #include <binder/IMemory.h>
H A DIMediaPlayerClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DIAudioTrack.h25 #include <binder/IInterface.h>
26 #include <binder/IMemory.h>
/frameworks/base/media/mediaserver/
H A Dmain_mediaserver.cpp23 #include <binder/IPCThreadState.h>
24 #include <binder/ProcessState.h>
25 #include <binder/IServiceManager.h>
/frameworks/base/include/binder/
H A DMemoryDealer.h24 #include <binder/IMemory.h>
25 #include <binder/MemoryHeapBase.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.java142 IRestoreSession binder = sService.beginRestoreSession(transport);
143 session = new RestoreSession(mContext, binder);
167 IRestoreSession binder = sService.beginRestoreSession(transport);
168 session = new RestoreSession(mContext, binder);
/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>

Completed in 215 milliseconds

1234567