Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioIODescriptorInterface.h45 auto activeClients = desc->clientsList(true /*activeOnly*/); in findPreferredDevice() local
46 active = activeClients.size() > 0; in findPreferredDevice()
60 if (activeClients.size() == activeClientsWithRoute.size()) { in findPreferredDevice()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2814 auto activeClients = desc->clientsList(true /*activeOnly*/, productStrategy, in setVolumeIndexForAttributes() local
2816 if (activeClients.empty()) { in setVolumeIndexForAttributes()
2821 for (const auto &client : activeClients) { in setVolumeIndexForAttributes()
7190 const TrackClientVector activeClients = output->getActiveClients(); in areAllActiveTracksRerouted() local
7191 if (activeClients.empty()) { in areAllActiveTracksRerouted()
7212 for (const auto& client : activeClients) { in areAllActiveTracksRerouted()