Home
last modified time | relevance | path

Searched refs:micWaitMutex_ (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.h173 std::mutex micWaitMutex_; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp1155 std::unique_lock<std::mutex> lck(micWaitMutex_); in WaitForSANotify()