Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp695 std::vector<IAudioCapturerSource *> allSourcesInstance; in SetMicrophoneMute() local
696 IAudioCapturerSource::GetAllInstance(allSourcesInstance); in SetMicrophoneMute()
697 for (auto it = allSourcesInstance.begin(); it != allSourcesInstance.end(); ++it) { in SetMicrophoneMute()