Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1647 std::lock_guard<std::mutex> lock(captureSessionMutex_); in GetCaptureSession()
1889 std::lock_guard<std::mutex> lock(captureSessionMutex_); in SetCaptureSession()
1901 std::mutex captureSessionMutex_; variable