Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp51 std::mutex g_a2dpDeviceMapLock; variable
456 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in NotifyToUpdateAudioDevice()
487 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in IsA2dpBluetoothDeviceExist()
510 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in GetConnectedA2dpBluetoothDevice()
521 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in GetAllA2dpBluetoothDevice()
550 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in ClearAllA2dpBluetoothDevice()