Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/include/
H A Ddaudio_manager_interface_impl.h37 std::unique_lock<std::mutex> mgr_mutex(mgrMtx_); in GetDAudioManager()
76 static std::mutex mgrMtx_; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/src/
H A Ddaudio_manager_interface_impl.cpp36 std::mutex DAudioManagerInterfaceImpl::mgrMtx_; member in OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioManagerInterfaceImpl