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

123456789

/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.cpp17 #include <binder/BinderService.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>
/frameworks/base/include/media/
H A DIEffectClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
H A DIEffect.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
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 DIMediaRecorderClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.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/include/binder/
H A DBinderService.h25 #include <binder/IServiceManager.h>
26 #include <binder/IPCThreadState.h>
27 #include <binder/ProcessState.h>
28 #include <binder/IServiceManager.h>
H A DMemoryDealer.h24 #include <binder/IMemory.h>
25 #include <binder/MemoryHeapBase.h>
/frameworks/base/include/storage/
H A DIMountShutdownObserver.h20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
H A DIMountServiceListener.h20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
H A DIObbActionListener.h20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
/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>
/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>
/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/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>

Completed in 1378 milliseconds

123456789