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

1234567891011>>

/frameworks/native/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/native/services/sensorservice/
H A Dmain_sensorservice.cpp17 #include <binder/BinderService.h>
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp20 #include <binder/IPCThreadState.h>
21 #include <binder/ProcessState.h>
22 #include <binder/IServiceManager.h>
/frameworks/native/cmds/servicemanager/
H A DAndroid.mk4 #LOCAL_SRC_FILES := bctest.c binder.c
10 LOCAL_SRC_FILES := service_manager.c binder.c
/frameworks/base/services/common_time/
H A Dmain.cpp25 #include <binder/IPCThreadState.h>
26 #include <binder/ProcessState.h>
/frameworks/native/include/batteryservice/
H A DIBatteryPropertiesListener.h20 #include <binder/IBinder.h>
21 #include <binder/IInterface.h>
/frameworks/av/include/media/
H A DIEffectClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
H A DIMediaLogService.h20 #include <binder/IInterface.h>
21 #include <binder/IMemory.h>
22 #include <binder/Parcel.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>
/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.cpp20 #include <binder/IServiceManager.h>
40 sp<IBinder> binder = defaultServiceManager()->checkService(_scheduling_policy); local
41 if (binder == 0) {
45 sps = interface_cast<ISchedulingPolicyService>(binder);
H A DServiceUtilities.cpp17 #include <binder/IPCThreadState.h>
18 #include <binder/IServiceManager.h>
19 #include <binder/PermissionCache.h>
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DBinderHolder.java60 public void setBinder(IBinder binder) { argument
61 mBinder = binder;
66 public BinderHolder(IBinder binder) { argument
67 mBinder = binder;
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.h17 #include <binder/IBinder.h>
/frameworks/native/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/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp22 #include <binder/IServiceManager.h>
23 #include <binder/IPCThreadState.h>
24 #include <binder/ProcessState.h>
25 #include <binder/IServiceManager.h>
32 // binder threads to 4.
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp24 #include <binder/Parcel.h>
69 sp<IBinder> binder(parcel->readStrongBinder());
70 ALOGV("%s: Read surface binder = %p",
71 __FUNCTION__, binder.get());
75 if (binder != NULL) {
77 interface_cast<IGraphicBufferProducer>(binder);
107 sp<IBinder> binder; local
109 binder = surface->getIGraphicBufferProducer()->asBinder();
118 parcel->writeStrongBinder(binder);
/frameworks/base/include/storage/
H A DIMountShutdownObserver.h20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
/frameworks/av/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/native/libs/binder/
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
256 sp<IBinder> binder = const_cast<BpMemoryHeap*>(this)->asBinder(); local
392 binderDied(const wp<IBinder>& binder) argument
398 find_heap(const sp<IBinder>& binder) argument
423 free_heap(const sp<IBinder>& binder) argument
427 free_heap(const wp<IBinder>& binder) argument
452 get_heap(const sp<IBinder>& binder) argument
[all...]
/frameworks/av/include/camera/
H A DICameraClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
H A DIProCameraCallbacks.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
/frameworks/av/include/camera/camera2/
H A DICameraDeviceCallbacks.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
/frameworks/av/media/libmediaplayerservice/
H A DActivityManager.cpp18 #include <binder/IBinder.h>
19 #include <binder/IServiceManager.h>
20 #include <binder/Parcel.h>

Completed in 5840 milliseconds

1234567891011>>