Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c139 OsalMutexInit(&interfacePool->interfaceLock); in IfInterfacePoolInit()
178 OsalMutexDestroy(&interfacePool->interfaceLock); in IfFreeInterfacePool()
1180 OsalMutexLock(&interfacePool->interfaceLock); in UsbReleaseInterface()
1191 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbReleaseInterface()
1278 OsalMutexLock(&interfacePool->interfaceLock); in UsbOpenInterface()
1298 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbOpenInterface()
1303 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbOpenInterface()
1363 OsalMutexLock(&interfacePool->interfaceLock); in UsbCloseCtlProcess()
1376 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbCloseCtlProcess()
1409 OsalMutexLock(&interfacePool->interfaceLock); in UsbCloseInterface()
[all …]
/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