Home
last modified time | relevance | path

Searched refs:renderOptMtx_ (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.h169 std::mutex renderOptMtx_; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp597 std::lock_guard<std::mutex> devLck(renderOptMtx_); in OpenRenderDevice()
638 std::lock_guard<std::mutex> devLck(renderOptMtx_); in CloseRenderDevice()