Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/
H A Doffline_audio_effect_server_chain.cpp46 static std::mutex g_chainMutex; variable
95 std::lock_guard<std::mutex> maplock(g_chainMutex); in InitControllerDescriptor()
129 std::lock_guard<std::mutex> maplock(g_chainMutex); in GetOfflineAudioEffectChains()
140 std::lock_guard<std::mutex> maplock(g_chainMutex); in Create()