Searched refs:mWriteThread (Results 1 – 6 of 6) sorted by relevance
85 if (mWriteThread) { in ~StreamOutImpl()86 mWriteThread->stop(); in ~StreamOutImpl()87 status_t status = mWriteThread->join(); in ~StreamOutImpl()224 if (mWriteThread) { in close()225 mWriteThread->stop(); in close()328 mWriteThread = std::move(writeThread); in prepareForWriting()331 threadInfo = mWriteThread->getTid(); in prepareForWriting()334 threadInfo.tid = mWriteThread->getTid(); in prepareForWriting()385 if (!mWriteThread) { in pause()432 if (!mWriteThread) { in getPresentationPosition()[all …]
180 sp<WriteThread> mWriteThread; variable
327 if (mWriteThread) { in standby()328 LOG_ALWAYS_FATAL_IF(!mWriteThread->standby()); in standby()365 mWriteThread.reset(); in closeImpl()434 if (mWriteThread) { // INVALID_STATE if the method was already called. in prepareForWriting()449 mWriteThread = std::move(t); in prepareForWriting()508 const auto w = static_cast<WriteThread*>(mWriteThread.get()); in getPresentationPosition()
122 std::unique_ptr<IOThread> mWriteThread; member
133 if (mWriteThread) { in ~OutputStreamImpl()134 status_t status = mWriteThread->join(); in ~OutputStreamImpl()223 mWriteThread = std::move(writeThread); in prepareForWriting()
81 sp<Thread> mWriteThread; variable