Home
last modified time | relevance | path

Searched defs:interfaceLock (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h70 struct OsalMutex interfaceLock; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp144 std::lock_guard<std::mutex> interfaceLock(interfaceMutex_); in CameraServerDied() local