Home
last modified time | relevance | path

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

/device/google/atv/audio_proxy/service/
DStreamOutImpl.cpp85 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 …]
DStreamOutImpl.h180 sp<WriteThread> mWriteThread; variable
/device/generic/goldfish/audio/
Dstream_out.cpp327 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()
Dstream_out.h122 std::unique_ptr<IOThread> mWriteThread; member
/device/google/atv/audio_proxy/
DOutputStreamImpl.cpp133 if (mWriteThread) { in ~OutputStreamImpl()
134 status_t status = mWriteThread->join(); in ~OutputStreamImpl()
223 mWriteThread = std::move(writeThread); in prepareForWriting()
DOutputStreamImpl.h81 sp<Thread> mWriteThread; variable