Searched refs:handlerThread_ (Results 1 – 2 of 2) sorted by relevance
62 if (!handlerThread_) { in StartControl()64 handlerThread_ = std::make_unique<std::thread>(&OutputController::LooperHandle, this); in StartControl()112 if (handlerThread_) { in ReleaseControl()113 handlerThread_->join(); in ReleaseControl()114 handlerThread_ = nullptr; in ReleaseControl()
148 std::unique_ptr<std::thread> handlerThread_ = nullptr; variable