Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp428 std::shared_lock<std::shared_mutex> lockShared(rendererMutex_); in SetParams()
525 std::shared_lock<std::shared_mutex> lockShared(rendererMutex_); in SetRendererCallback()
592 std::lock_guard<std::shared_mutex> lock(rendererMutex_); in Start()
703 std::lock_guard<std::shared_mutex> lock(rendererMutex_); in PauseTransitent()
734 std::lock_guard<std::shared_mutex> lock(rendererMutex_); in Pause()
770 std::lock_guard<std::shared_mutex> lock(rendererMutex_); in Stop()
798 std::lock_guard<std::shared_mutex> lock(rendererMutex_); in Release()
1308 std::shared_lock sharedLock(rendererMutex_); in SetAudioRendererErrorCallback()
1442 std::lock_guard<std::shared_mutex> lock(rendererMutex_); in SwitchToTargetStream()
1599 std::shared_lock<std::shared_mutex> lock(rendererMutex_); in SetPreferredFrameSize()
[all …]
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp725 std::lock_guard<std::mutex> lock(rendererMutex_); in AttachAudioRendererEventListener()
752 std::lock_guard<std::mutex> lock(rendererMutex_); in DetachAudioRendererEventListener()
H A Dtrigger_helper.h205 std::mutex rendererMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h219 mutable std::shared_mutex rendererMutex_; variable