Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp129 for (const auto &client : getClientIterable()) { in isSourceActive()
155 for (const auto &client : getClientIterable()) { in getHighestPriorityClient()
182 return getClientIterable().begin()->isSoundTrigger(); in isSoundTrigger()
193 for (const auto &client : getClientIterable()) { in setPatchHandle()
286 for (const auto &client : getClientIterable()) { in close()
399 for (const auto &client : getClientIterable()) { in getClientsForSession()
411 for (const auto &client : getClientIterable()) { in clientsList()
610 for (const auto& client : inputDesc->getClientIterable()) { in clearSessionRoutesForDevice()
DAudioOutputDescriptor.cpp231 for (const auto &client : getClientIterable()) { in clientsList()
246 for (const auto &client : getClientIterable()) { in sameExclusivePreferredDevicesCount()
719 for (const auto &client : getClientIterable()) { in close()
775 for (const auto &client : getClientIterable()) { in setTracksInvalidatedStatusByStrategy()
991 for (const auto& client : outputDesc->getClientIterable()) { in clearSessionRoutesForDevice()
1022 for (const auto& client : getClientIterable()) { in getClientsForStream()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h348 for (const auto& client: getClientIterable()) {
392 ClientIterable getClientIterable() const { in getClientIterable() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2321 for (const auto& c : mOutputs[i]->getClientIterable()) { in startOutput()
5700 for (const auto& client : outputDesc->getClientIterable()) { in clearSessionRoutes()
5721 for (const auto& client : inputDesc->getClientIterable()) { in clearSessionRoutes()
6293 for (const sp<TrackClientDescriptor>& client : desc->getClientIterable()) { in checkVirtualizerClientRoutes()
7230 for (const sp<TrackClientDescriptor>& client : desc->getClientIterable()) { in checkOutputForAttributes()
7339 for (const sp<TrackClientDescriptor>& client : outputDescriptor->getClientIterable()) { in checkSecondaryOutputs()