Start thread pool for binder calls

Change-Id: Ie67f54ba06d7fdb42bcb041c1e0a50d8477ae423
related-to-bug: 5095635
This commit is contained in:
James Dong
2011-08-01 18:21:00 -07:00
parent 2a2ec87b55
commit 449eef989e

View File

@@ -57,6 +57,7 @@ public:
protected:
virtual void SetUp() {
android::ProcessState::self()->startThreadPool();
mSMS = new SurfaceMediaSource(mYuvTexWidth, mYuvTexHeight);
mSMS->setSynchronousMode(true);
mSTC = new SurfaceTextureClient(mSMS);