Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_echo_cannel_manager.h78 std::thread circuitStartThread_; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_echo_cannel_manager.cpp58 circuitStartThread_ = std::thread([this]() { this->CircuitStart(); }); in SetUp()
59 circuitStartThread_.detach(); in SetUp()