summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-11-14 01:43:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-14 01:43:31 +0000
commit1f3ac8b42ff784930d8194b75d33aef1098a8231 (patch)
tree82145feeb77b33e82e36d095ec3bf2ed4345bb08 /include
parent35e5423d4df88e8a0d0b4a7d4ca723e43a3bf35c (diff)
parenta4cff88d80bf1acbdbd063af88ecad83a8b9b7b4 (diff)
downloadframeworks_native-1f3ac8b42ff784930d8194b75d33aef1098a8231.zip
frameworks_native-1f3ac8b42ff784930d8194b75d33aef1098a8231.tar.gz
frameworks_native-1f3ac8b42ff784930d8194b75d33aef1098a8231.tar.bz2
am a4cff88d: Fix issue #18356768: some app process may hang at Runtime#exit...
* commit 'a4cff88d80bf1acbdbd063af88ecad83a8b9b7b4': Fix issue #18356768: some app process may hang at Runtime#exit...
Diffstat (limited to 'include')
-rw-r--r--include/private/binder/Static.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/private/binder/Static.h b/include/private/binder/Static.h
index eeb37d7..d104646 100644
--- a/include/private/binder/Static.h
+++ b/include/private/binder/Static.h
@@ -34,11 +34,6 @@ extern Vector<int32_t> gTextBuffers;
extern Mutex gProcessMutex;
extern sp<ProcessState> gProcess;
-// For Parcel.cpp
-extern Mutex gParcelGlobalAllocSizeLock;
-extern size_t gParcelGlobalAllocSize;
-extern size_t gParcelGlobalAllocCount;
-
// For IServiceManager.cpp
extern Mutex gDefaultServiceManagerLock;
extern sp<IServiceManager> gDefaultServiceManager;