Searched defs:BpBinder (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DBpBinder.h32 class BpBinder : public IBinder class in namespace:android
35 static BpBinder* create(int32_t handle);
64 virtual BpBinder* remoteBinder();
107 BpBinder(int32_t handle,int32_t trackedUid);
108 virtual ~BpBinder();
/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h32 class BpBinder : public IBinder class in namespace:android
35 static BpBinder* create(int32_t handle);
64 virtual BpBinder* remoteBinder();
107 BpBinder(int32_t handle,int32_t trackedUid);
108 virtual ~BpBinder();
/frameworks/native/libs/binder/
H A DBpBinder.cpp17 #define LOG_TAG "BpBinder"
20 #include <binder/BpBinder.h>
36 Mutex BpBinder::sTrackingLock;
37 std::unordered_map<int32_t,uint32_t> BpBinder::sTrackingMap;
38 int BpBinder::sNumTrackedUids = 0;
39 std::atomic_bool BpBinder::sCountByUidEnabled(false);
40 binder_proxy_limit_callback BpBinder::sLimitCallback;
41 bool BpBinder::sBinderProxyThrottleCreate = false;
44 uint32_t BpBinder::sBinderProxyCountHighWatermark = 2500;
46 uint32_t BpBinder
138 BpBinder::BpBinder(int32_t handle, int32_t trackedUid) function in class:android::BpBinder
[all...]

Completed in 67 milliseconds