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

12345678910

/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>
H A Dbinder_module.h27 #include <linux/binder.h>
/frameworks/base/cmds/sensorservice/
H A Dmain_sensorservice.cpp17 #include <binder/BinderService.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);
91 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder) { argument
92 return gHeapCache->find_heap(binder);
94 static inline void free_heap(const sp<IBinder>& binder) { argument
95 gHeapCache->free_heap(binder);
97 get_heap(const sp<IBinder>& binder) argument
137 fastPointer(const sp<IBinder>& binder, ssize_t offset) const argument
244 sp<IBinder> binder = const_cast<BpMemoryHeap*>(this)->asBinder(); local
258 sp<IBinder> binder = const_cast<BpMemoryHeap*>(this)->asBinder(); local
394 binderDied(const wp<IBinder>& binder) argument
400 find_heap(const sp<IBinder>& binder) argument
425 free_heap(const sp<IBinder>& binder) argument
429 free_heap(const wp<IBinder>& binder) argument
454 get_heap(const sp<IBinder>& binder) argument
[all...]
/frameworks/base/drm/drmserver/
H A Dmain_drmserver.cpp21 #include <binder/IPCThreadState.h>
22 #include <binder/ProcessState.h>
23 #include <binder/IServiceManager.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.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #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.mk4 #LOCAL_SRC_FILES := bctest.c binder.c
10 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>
/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>
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>
/frameworks/base/media/mediaserver/
H A Dmain_mediaserver.cpp23 #include <binder/IPCThreadState.h>
24 #include <binder/ProcessState.h>
25 #include <binder/IServiceManager.h>

Completed in 206 milliseconds

12345678910