Home
last modified time | relevance | path

Searched refs:writeThread_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_interrupt_test.cpp265 writeThread_ = std::make_unique<std::thread>(&AudioInterruptTest::WriteBuffer, this); in TestPlayback()
266 writeThread_->join(); in TestPlayback()
H A Daudio_interrupt_test.h52 std::unique_ptr<std::thread> writeThread_ = nullptr; variable