Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioIODescriptorInterface.h43 auto activeClients = desc->clientsList(true /*activeOnly*/); in findPreferredDevice() local
46 active = activeClients.size() > 0; in findPreferredDevice()
47 if (active && activeClients.size() == activeClientsWithRoute.size()) { in findPreferredDevice()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2528 auto activeClients = desc->clientsList(true /*activeOnly*/, productStrategy, in setVolumeIndexForAttributes() local
2530 if (activeClients.empty()) { in setVolumeIndexForAttributes()
2535 for (const auto &client : activeClients) { in setVolumeIndexForAttributes()