Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h212 std::mutex audioRendererErrCallbackMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1309 std::lock_guard lock(audioRendererErrCallbackMutex_); in SetAudioRendererErrorCallback()