Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h168 std::mutex captureOptMtx_; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp673 std::lock_guard<std::mutex> devLck(captureOptMtx_); in OpenCaptureDevice()
718 std::lock_guard<std::mutex> devLck(captureOptMtx_); in CloseCaptureDevice()