Searched refs:g_deviceOpenCloseMutex_ (Results 1 – 2 of 2) sorted by relevance
55 std::mutex HCameraDevice::g_deviceOpenCloseMutex_; member in OHOS::CameraStandard::HCameraDevice286 std::lock_guard<std::mutex> lock(g_deviceOpenCloseMutex_); in Open()298 std::lock_guard<std::mutex> lock(g_deviceOpenCloseMutex_); in OpenSecureCamera()338 std::lock_guard<std::mutex> lock(g_deviceOpenCloseMutex_); in Close()
164 static std::mutex g_deviceOpenCloseMutex_; variable