Searched refs:allSourcesInstance (Results 1 – 1 of 1) sorted by relevance
695 std::vector<IAudioCapturerSource *> allSourcesInstance; in SetMicrophoneMute() local696 IAudioCapturerSource::GetAllInstance(allSourcesInstance); in SetMicrophoneMute()697 for (auto it = allSourcesInstance.begin(); it != allSourcesInstance.end(); ++it) { in SetMicrophoneMute()