Searched refs:capturePortsMtx_ (Results 1 – 2 of 2) sorted by relevance
86 std::lock_guard<std::mutex> lock(capturePortsMtx_); in GetCapturePortsNum()127 std::lock_guard<std::mutex> lock(devAdapter->capturePortsMtx_); in HandleCaptureParamEvent()301 std::lock_guard<std::mutex> lock(capturePortsMtx_); in CreateCapture()318 std::lock_guard<std::mutex> lock(capturePortsMtx_); in DestroyCapture()330 std::lock_guard<std::mutex> lock(capturePortsMtx_); in DestroyCapture()
86 std::mutex capturePortsMtx_; variable