Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp317 std::lock_guard<std::mutex> devLck(capDevMtx_); in InsertCapImpl()
344 std::lock_guard<std::mutex> devLck(capDevMtx_); in DestroyCapture()
361 std::lock_guard<std::mutex> devLck(capDevMtx_); in DestroyCapture()
1249 std::lock_guard<std::mutex> devLck(capDevMtx_); in CheckCapsValid()
1272 std::lock_guard<std::mutex> capLck(capDevMtx_); in SetDumpFlag()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h163 std::mutex capDevMtx_; variable