Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp51 std::mutex g_a2dpDeviceMapLock; member
452 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in NotifyToUpdateAudioDevice()
483 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in IsA2dpBluetoothDeviceExist()
506 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in GetConnectedA2dpBluetoothDevice()
517 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in GetAllA2dpBluetoothDevice()
546 std::lock_guard<std::mutex> deviceMapLock(g_a2dpDeviceMapLock); in ClearAllA2dpBluetoothDevice()

Completed in 2 milliseconds