Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp144 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getHighestPriorityAttributes() local
145 return topClient ? topClient->attributes() : attributes; in getHighestPriorityAttributes()
150 sp<RecordClientDescriptor> topClient; in getHighestPriorityClient() local
163 topClient = client; in getHighestPriorityClient()
169 if (topClient != nullptr) { in getHighestPriorityClient()
173 return topClient; in getHighestPriorityClient()
459 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local
460 if (topClient != nullptr) { in getEnabledEffects()
461 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()
490 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local
[all …]
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5896 sp<RecordClientDescriptor> topClient = inputDesc->getHighestPriorityClient(); in getNewInputDevice() local
5897 if (topClient != nullptr) { in getNewInputDevice()
5898 attributes = topClient->attributes(); in getNewInputDevice()
5899 uid = topClient->uid(); in getNewInputDevice()