Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_interface_impl.cpp76 std::lock_guard<std::mutex> captureLck(captureMtx_); in CaptureFrame()
143 std::lock_guard<std::mutex> captureLck(captureMtx_); in Start()
177 std::lock_guard<std::mutex> captureLck(captureMtx_); in Stop()
185 std::lock_guard<std::mutex> captureLck(captureMtx_); in Pause()
H A Daudio_capture_ext_impl.cpp145 std::lock_guard<std::mutex> captureLck(captureMtx_); in Pause()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_ext_impl.h95 std::mutex captureMtx_; variable
H A Daudio_capture_interface_impl.h94 std::mutex captureMtx_; variable