Home
last modified time | relevance | path

Searched refs:renderMtx_ (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.cpp103 std::lock_guard<std::mutex> renderLck(renderMtx_); in RenderFrame()
231 std::lock_guard<std::mutex> renderLck(renderMtx_); in Start()
266 std::lock_guard<std::mutex> renderLck(renderMtx_); in Stop()
274 std::lock_guard<std::mutex> renderLck(renderMtx_); in Pause()
H A Daudio_render_ext_impl.cpp263 std::lock_guard<std::mutex> renderLck(renderMtx_); in Pause()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_ext_impl.h113 std::mutex renderMtx_; variable
H A Daudio_render_interface_impl.h112 std::mutex renderMtx_; variable