summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-11-14 19:18:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-14 19:18:26 +0000
commitabd62d66ef8640a4fb339131e132f6a3c844d9ed (patch)
tree12f779c6c00c746d3291a111305c792f0282c998 /include
parent460643fc73c05ea2fc4545534866b2cddef33759 (diff)
parent1f3ac8b42ff784930d8194b75d33aef1098a8231 (diff)
downloadframeworks_native-abd62d66ef8640a4fb339131e132f6a3c844d9ed.zip
frameworks_native-abd62d66ef8640a4fb339131e132f6a3c844d9ed.tar.gz
frameworks_native-abd62d66ef8640a4fb339131e132f6a3c844d9ed.tar.bz2
am 1f3ac8b4: am a4cff88d: Fix issue #18356768: some app process may hang at Runtime#exit...
* commit '1f3ac8b42ff784930d8194b75d33aef1098a8231': 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;