Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp55 std::mutex HCameraDevice::g_deviceOpenCloseMutex_; member in OHOS::CameraStandard::HCameraDevice
286 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()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h164 static std::mutex g_deviceOpenCloseMutex_; variable