Searched refs:BpBinder (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 37 Mutex BpBinder::sTrackingLock; 38 std::unordered_map<int32_t,uint32_t> BpBinder::sTrackingMap; 39 int BpBinder::sNumTrackedUids = 0; 40 std::atomic_bool BpBinder::sCountByUidEnabled(false); 41 binder_proxy_limit_callback BpBinder::sLimitCallback; 42 bool BpBinder::sBinderProxyThrottleCreate = false; 45 uint32_t BpBinder::sBinderProxyCountHighWatermark = 2500; 47 uint32_t BpBinder::sBinderProxyCountLowWatermark = 2000; 54 BpBinder::ObjectManager::ObjectManager() in ObjectManager() 58 BpBinder::ObjectManager::~ObjectManager() in ~ObjectManager() [all …]
|
D | Binder.cpp | 55 BpBinder* IBinder::remoteBinder() in remoteBinder() 92 BpBinder* proxy = this->remoteBinder(); in getExtension() 110 BpBinder* proxy = this->remoteBinder(); in getDebugPid() 142 BpBinder::ObjectManager mObjects;
|
D | IPCThreadState.cpp | 721 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) in incStrongHandle() 738 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) in incWeakHandle() 787 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification() 795 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification() 1265 BpBinder *proxy = (BpBinder*)mIn.readPointer(); in executeCommand() 1273 BpBinder *proxy = (BpBinder*)mIn.readPointer(); in executeCommand()
|
D | Android.bp | 88 "BpBinder.cpp",
|
D | ProcessState.cpp | 296 b = BpBinder::create(handle); in getStrongProxyForHandle()
|
D | Parcel.cpp | 209 BpBinder *proxy = binder->remoteBinder(); in flattenBinder()
|
/frameworks/native/libs/binder/include/binder/ |
D | BpBinder.h | 36 class BpBinder : public IBinder 39 static BpBinder* create(int32_t handle); 72 virtual BpBinder* remoteBinder(); 114 BpBinder(int32_t handle,int32_t trackedUid); 115 virtual ~BpBinder();
|
D | IPCThreadState.h | 102 void incStrongHandle(int32_t handle, BpBinder *proxy); 104 void incWeakHandle(int32_t handle, BpBinder *proxy); 109 BpBinder* proxy); 111 BpBinder* proxy);
|
D | Stability.h | 24 class BpBinder; variable 68 friend ::android::BpBinder;
|
D | IBinder.h | 36 class BpBinder; variable 245 virtual BpBinder* remoteBinder();
|
/frameworks/native/include/binder/ |
D | IPCThreadState.h | 102 void incStrongHandle(int32_t handle, BpBinder *proxy); 104 void incWeakHandle(int32_t handle, BpBinder *proxy); 109 BpBinder* proxy); 111 BpBinder* proxy);
|
D | Stability.h | 24 class BpBinder; variable 68 friend ::android::BpBinder;
|
D | IBinder.h | 36 class BpBinder; variable 245 virtual BpBinder* remoteBinder();
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 1196 BpBinder::setCountByUidEnabled((bool) enable); in android_os_BinderInternal_setBinderProxyCountEnabled() 1202 BpBinder::getCountByUid(uids, counts); in android_os_BinderInternal_getBinderProxyPerUidCounts() 1213 return static_cast<jint>(BpBinder::getBinderProxyCount(static_cast<uint32_t>(uid))); in android_os_BinderInternal_getBinderProxyCount() 1219 BpBinder::setBinderProxyCountWatermarks(high, low); in android_os_BinderInternal_setBinderProxyCountWatermarks() 1254 BpBinder::setLimitCallback(android_os_BinderInternal_proxyLimitcallback); in int_register_android_os_BinderInternal()
|
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 439 sp<BpBinder> bpBinder = binder->remoteBinder(); in getNodeStrongRefCount()
|