HomeSort by relevance Sort by last modified time
    Searched defs:BpBinder (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/include/binder/
BpBinder.h 32 class BpBinder : public IBinder
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/
BpBinder.cpp 17 #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::sBinderProxyCountLowWatermark = 2000
    [all...]

Completed in 387 milliseconds