Searched refs:mProducerThread (Results 1 – 1 of 1) sorted by relevance
161 if (mProducerThread != NULL) { in TearDown()162 mProducerThread->requestExitAndWait(); in TearDown()164 mProducerThread.clear(); in TearDown()170 ASSERT_TRUE(mProducerThread == NULL); in runProducerThread()171 mProducerThread = producerThread; in runProducerThread()177 sp<ProducerThread> mProducerThread; variable