Home
last modified time | relevance | path

Searched refs:remoteSvrMutex_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_manager.h84 std::mutex remoteSvrMutex_; member in OHOS::DistributedHardware::DAudioSinkManager
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h86 std::mutex remoteSvrMutex_; member in OHOS::DistributedHardware::DAudioSourceManager
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_manager.cpp99 std::lock_guard<std::mutex> remoteSvrLock(remoteSvrMutex_); in UnInit()
249 std::lock_guard<std::mutex> lck(remoteSvrMutex_); in DAudioNotify()
268 std::lock_guard<std::mutex> lck(remoteSvrMutex_); in DAudioNotify()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_manager.cpp325 std::lock_guard<std::mutex> lck(remoteSvrMutex_); in DAudioNotify()
342 std::lock_guard<std::mutex> lck(remoteSvrMutex_); in DAudioNotify()

Completed in 3 milliseconds