Merge "Start thread pool for binder calls"

This commit is contained in:
James Dong
2011-08-02 10:36:44 -07:00
committed by Android (Google) Code Review

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);