Home
last modified time | relevance | path

Searched refs:mProducerThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLThreadToGL.h161 if (mProducerThread != nullptr) { in TearDown()
162 mProducerThread->requestExitAndWait(); in TearDown()
164 mProducerThread.clear(); in TearDown()
170 ASSERT_TRUE(mProducerThread == nullptr); in runProducerThread()
171 mProducerThread = producerThread; in runProducerThread()
177 sp<ProducerThread> mProducerThread; variable