Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h161 static std::mutex g_deviceOpenCloseMutex_; member in OHOS::CameraStandard::HCameraDevice
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp52 std::mutex HCameraDevice::g_deviceOpenCloseMutex_;
271 std::lock_guard<std::mutex> lock(g_deviceOpenCloseMutex_); in Open()
324 std::lock_guard<std::mutex> lock(g_deviceOpenCloseMutex_); in Close()

Completed in 5 milliseconds