Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/include/
H A Daudio_device_adapter_impl.h82 std::mutex regParamCbMtx_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp229 std::lock_guard<std::mutex> lock(regParamCbMtx_); in RegExtraParamObserver()