Searched refs:extCallbackMtx_ (Results 1 – 2 of 2) sorted by relevance
68 std::lock_guard<std::mutex> callbackLck(extCallbackMtx_); in SetSpeakerCallback()82 std::lock_guard<std::mutex> callbackLck(extCallbackMtx_); in SetMicCallback()174 std::lock_guard<std::mutex> callbackLck(extCallbackMtx_); in MatchStreamCallback()232 std::lock_guard<std::mutex> callbackLck(extCallbackMtx_); in DestroyRender()348 std::lock_guard<std::mutex> callbackLck(extCallbackMtx_); in DestroyCapture()806 std::lock_guard<std::mutex> callbackLck(extCallbackMtx_); in SetAudioVolume()
157 std::mutex extCallbackMtx_; variable