Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp467 std::lock_guard<std::mutex> volLck(volMtx_); in SetVolumeInner()
473 std::lock_guard<std::mutex> volLck(volMtx_); in SetVolumeRangeInner()
480 std::lock_guard<std::mutex> volLck(volMtx_); in GetVolumeInner()
486 std::lock_guard<std::mutex> volLck(volMtx_); in GetMaxVolumeInner()
492 std::lock_guard<std::mutex> volLck(volMtx_); in GetMinVolumeInner()
H A Daudio_render_ext_impl.cpp497 std::lock_guard<std::mutex> volLck(volMtx_); in SetVolumeInner()
503 std::lock_guard<std::mutex> volLck(volMtx_); in SetVolumeRangeInner()
510 std::lock_guard<std::mutex> volLck(volMtx_); in GetVolumeInner()
516 std::lock_guard<std::mutex> volLck(volMtx_); in GetMaxVolumeInner()
522 std::lock_guard<std::mutex> volLck(volMtx_); in GetMinVolumeInner()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_ext_impl.h124 std::mutex volMtx_; variable
H A Daudio_render_interface_impl.h113 std::mutex volMtx_; variable