summaryrefslogtreecommitdiff
path: root/libs/binder/include/binder/BpBinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/include/binder/BpBinder.h')
-rw-r--r--libs/binder/include/binder/BpBinder.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/binder/include/binder/BpBinder.h b/libs/binder/include/binder/BpBinder.h
index 8e871b8214..9e8102b25a 100644
--- a/libs/binder/include/binder/BpBinder.h
+++ b/libs/binder/include/binder/BpBinder.h
@@ -133,13 +133,12 @@ private:
bool isDescriptorCached() const;
mutable Mutex mLock;
- volatile int32_t mAlive;
- volatile int32_t mObitsSent;
+ int32_t mTrackedUid;
+ volatile bool mAlive;
+ volatile bool mObitsSent;
Vector<Obituary>* mObituaries;
ObjectManager mObjects;
- Parcel* mConstantData;
mutable String16 mDescriptorCache;
- int32_t mTrackedUid;
static Mutex sTrackingLock;
static std::unordered_map<int32_t,uint32_t> sTrackingMap;