Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 245989df authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Start thread pool for binder calls"

parents a1efd8d3 449eef98
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -57,6 +57,7 @@ public:
protected:
protected:


    virtual void SetUp() {
    virtual void SetUp() {
        android::ProcessState::self()->startThreadPool();
        mSMS = new SurfaceMediaSource(mYuvTexWidth, mYuvTexHeight);
        mSMS = new SurfaceMediaSource(mYuvTexWidth, mYuvTexHeight);
        mSMS->setSynchronousMode(true);
        mSMS->setSynchronousMode(true);
        mSTC = new SurfaceTextureClient(mSMS);
        mSTC = new SurfaceTextureClient(mSMS);