Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp36 std::mutex g_a2dpInstanceLock; member
107 std::lock_guard<std::mutex> a2dpLock(g_a2dpInstanceLock); in RegisterBluetoothA2dpListener()
116 std::lock_guard<std::mutex> a2dpLock(g_a2dpInstanceLock); in UnregisterBluetoothA2dpListener()
142 std::lock_guard<std::mutex> a2dpLock(g_a2dpInstanceLock); in SetActiveA2dpDevice()
162 std::lock_guard<std::mutex> a2dpLock(g_a2dpInstanceLock); in GetActiveA2dpDevice()
180 std::lock_guard<std::mutex> a2dpLock(g_a2dpInstanceLock); in GetA2dpDeviceStreamInfo()

Completed in 2 milliseconds