Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_audio_stream_manager.cpp63 std::lock_guard<std::mutex> lock(streamMapMutex_); in CreateRender()
73 std::lock_guard<std::mutex> lock(streamMapMutex_); in StartRender()
91 std::lock_guard<std::mutex> lock(streamMapMutex_); in StopRender()
107 std::lock_guard<std::mutex> lock(streamMapMutex_); in PauseRender()
125 std::lock_guard<std::mutex> lock(streamMapMutex_); in ReleaseRender()
H A Dpa_adapter_manager.cpp119 std::lock_guard<std::mutex> lock(streamMapMutex_); in CreateRender()
128 std::unique_lock<std::mutex> lock(streamMapMutex_); in ReleaseRender()
157 std::lock_guard<std::mutex> lock(streamMapMutex_); in StartRender()
169 std::lock_guard<std::mutex> lock(streamMapMutex_); in StopRender()
181 std::lock_guard<std::mutex> lock(streamMapMutex_); in PauseRender()
225 std::lock_guard<std::mutex> lock(streamMapMutex_); in CreateCapturer()
234 std::unique_lock<std::mutex> lock(streamMapMutex_); in ReleaseCapturer()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpro_audio_stream_manager.h45 std::mutex streamMapMutex_;
H A Dpa_adapter_manager.h125 std::mutex streamMapMutex_; variable