Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp49 std::mutex g_a2dpPlayingStateChangedLock; variable
243 std::lock_guard<std::mutex> lock(g_a2dpPlayingStateChangedLock); in RegisterA2dpPlayingStateChangedListener()
250 std::lock_guard<std::mutex> lock(g_a2dpPlayingStateChangedLock); in OnA2dpPlayingStateChanged()