Home
last modified time | relevance | path

Searched refs:inputDeviceMutex_ (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.h1639 std::lock_guard<std::mutex> lock(inputDeviceMutex_); in GetInputDevice()
1877 std::lock_guard<std::mutex> lock(inputDeviceMutex_); in SetInputDevice()
1922 std::mutex inputDeviceMutex_; variable