Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/
H A Doffline_audio_effect_server_chain.cpp159 std::lock_guard<std::mutex> lock(offlineChainMutex_); in Create()
185 std::lock_guard<std::mutex> lock(offlineChainMutex_); in SetParam()
239 std::lock_guard<std::mutex> lock(offlineChainMutex_); in Process()
257 std::lock_guard<std::mutex> lock(offlineChainMutex_); in Release()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/include/
H A Doffline_audio_effect_server_chain.h74 mutex offlineChainMutex_; variable