Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h230 std::mutex policyServiceDiedCallbackMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1319 std::lock_guard<std::mutex> lock(policyServiceDiedCallbackMutex_); in RegisterAudioPolicyServerDiedCb()