Loading libs/gui/tests/SurfaceTextureClient_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -519,7 +519,7 @@ TEST_F(SurfaceTextureClientTest, DISABLED_SurfaceTextureSyncModeWaitRetire) { return false; return false; } } public: public: MyThread(const sp<GLConsumer>& mST) explicit MyThread(const sp<GLConsumer>& mST) : mST(mST), mBufferRetired(false) { : mST(mST), mBufferRetired(false) { ctx = eglGetCurrentContext(); ctx = eglGetCurrentContext(); sur = eglGetCurrentSurface(EGL_DRAW); sur = eglGetCurrentSurface(EGL_DRAW); Loading libs/gui/tests/SurfaceTextureGL_test.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -426,7 +426,7 @@ TEST_F(SurfaceTextureGLTest, DisconnectStressTest) { class ProducerThread : public Thread { class ProducerThread : public Thread { public: public: ProducerThread(const sp<ANativeWindow>& anw): explicit ProducerThread(const sp<ANativeWindow>& anw): mANW(anw) { mANW(anw) { } } Loading Loading @@ -603,7 +603,7 @@ TEST_F(SurfaceTextureGLTest, CroppedScalingMode) { TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { class ProducerThread : public Thread { class ProducerThread : public Thread { public: public: ProducerThread(const sp<ANativeWindow>& anw): explicit ProducerThread(const sp<ANativeWindow>& anw): mANW(anw), mANW(anw), mDequeueError(NO_ERROR) { mDequeueError(NO_ERROR) { } } Loading Loading
libs/gui/tests/SurfaceTextureClient_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -519,7 +519,7 @@ TEST_F(SurfaceTextureClientTest, DISABLED_SurfaceTextureSyncModeWaitRetire) { return false; return false; } } public: public: MyThread(const sp<GLConsumer>& mST) explicit MyThread(const sp<GLConsumer>& mST) : mST(mST), mBufferRetired(false) { : mST(mST), mBufferRetired(false) { ctx = eglGetCurrentContext(); ctx = eglGetCurrentContext(); sur = eglGetCurrentSurface(EGL_DRAW); sur = eglGetCurrentSurface(EGL_DRAW); Loading
libs/gui/tests/SurfaceTextureGL_test.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -426,7 +426,7 @@ TEST_F(SurfaceTextureGLTest, DisconnectStressTest) { class ProducerThread : public Thread { class ProducerThread : public Thread { public: public: ProducerThread(const sp<ANativeWindow>& anw): explicit ProducerThread(const sp<ANativeWindow>& anw): mANW(anw) { mANW(anw) { } } Loading Loading @@ -603,7 +603,7 @@ TEST_F(SurfaceTextureGLTest, CroppedScalingMode) { TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { class ProducerThread : public Thread { class ProducerThread : public Thread { public: public: ProducerThread(const sp<ANativeWindow>& anw): explicit ProducerThread(const sp<ANativeWindow>& anw): mANW(anw), mANW(anw), mDequeueError(NO_ERROR) { mDequeueError(NO_ERROR) { } } Loading