Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp50 std::mutex g_a2dpDeviceLock; variable
421 std::lock_guard<std::mutex> a2dpDeviceLock(g_a2dpDeviceLock); in AddDeviceInConfigVector()
434 std::lock_guard<std::mutex> a2dpDeviceLock(g_a2dpDeviceLock); in RemoveDeviceInConfigVector()
496 std::lock_guard<std::mutex> a2dpDeviceLock(g_a2dpDeviceLock); in IsA2dpBluetoothDeviceConnecting()
543 std::lock_guard<std::mutex> a2dpDeviceLock(g_a2dpDeviceLock); in ClearAllA2dpBluetoothDevice()