diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-08 18:52:57 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-08 19:54:07 -0700 |
commit | e16986cae281f118ecd563c384b7f6e5a4b937b5 (patch) | |
tree | 524b97b001c397f8f23ef47b6451368b8f166540 /include/binder | |
parent | 67ef7c507f33676c9a4a3b22dff6ac7dc353f98f (diff) | |
download | frameworks_native-e16986cae281f118ecd563c384b7f6e5a4b937b5.zip frameworks_native-e16986cae281f118ecd563c384b7f6e5a4b937b5.tar.gz frameworks_native-e16986cae281f118ecd563c384b7f6e5a4b937b5.tar.bz2 |
Eliminate single-process mode.
Bug: 5010576
Change-Id: Id450dc83efed4897d1e4ff451530fed14457aace
Diffstat (limited to 'include/binder')
-rw-r--r-- | include/binder/ProcessState.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/binder/ProcessState.h b/include/binder/ProcessState.h index feeb3c3..9725822 100644 --- a/include/binder/ProcessState.h +++ b/include/binder/ProcessState.h @@ -39,8 +39,6 @@ class ProcessState : public virtual RefBase public: static sp<ProcessState> self(); - static void setSingleProcess(bool singleProcess); - void setContextObject(const sp<IBinder>& object); sp<IBinder> getContextObject(const sp<IBinder>& caller); @@ -48,8 +46,6 @@ public: const String16& name); sp<IBinder> getContextObject(const String16& name, const sp<IBinder>& caller); - - bool supportsProcesses() const; void startThreadPool(); |