Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h164 std::mutex setParamsMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h235 std::mutex setParamsMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp254 std::lock_guard<std::mutex> lock(setParamsMutex_); in SetParams()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp429 std::lock_guard<std::mutex> lock(setParamsMutex_); in SetParams()