Searched refs:mProducerThread (Results 1 – 1 of 1) sorted by relevance
161 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