Searched refs:mWriteThread (Results 1 – 2 of 2) sorted by relevance
162 if (mWriteThread.get()) { in ~StreamOut()164 status_t status = mWriteThread->join(); in ~StreamOut()423 mWriteThread = tempWriteThread; in prepareForWriting()427 threadInfo.tid = mWriteThread->getTid(); in prepareForWriting()429 threadInfo = mWriteThread->getTid(); in prepareForWriting()
181 sp<Thread> mWriteThread; member