Home
last modified time | relevance | path

Searched refs:BpBinder (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp37 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 …]
DBinder.cpp55 BpBinder* IBinder::remoteBinder() in remoteBinder()
92 BpBinder* proxy = this->remoteBinder(); in getExtension()
110 BpBinder* proxy = this->remoteBinder(); in getDebugPid()
142 BpBinder::ObjectManager mObjects;
DIPCThreadState.cpp721 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()
DAndroid.bp88 "BpBinder.cpp",
DProcessState.cpp296 b = BpBinder::create(handle); in getStrongProxyForHandle()
DParcel.cpp209 BpBinder *proxy = binder->remoteBinder(); in flattenBinder()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h36 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();
DIPCThreadState.h102 void incStrongHandle(int32_t handle, BpBinder *proxy);
104 void incWeakHandle(int32_t handle, BpBinder *proxy);
109 BpBinder* proxy);
111 BpBinder* proxy);
DStability.h24 class BpBinder; variable
68 friend ::android::BpBinder;
DIBinder.h36 class BpBinder; variable
245 virtual BpBinder* remoteBinder();
/frameworks/native/include/binder/
DIPCThreadState.h102 void incStrongHandle(int32_t handle, BpBinder *proxy);
104 void incWeakHandle(int32_t handle, BpBinder *proxy);
109 BpBinder* proxy);
111 BpBinder* proxy);
DStability.h24 class BpBinder; variable
68 friend ::android::BpBinder;
DIBinder.h36 class BpBinder; variable
245 virtual BpBinder* remoteBinder();
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1196 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/
DServiceManager.cpp439 sp<BpBinder> bpBinder = binder->remoteBinder(); in getNodeStrongRefCount()