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.cpp145 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getHighestPriorityAttributes() local
146 return topClient ? topClient->attributes() : attributes; in getHighestPriorityAttributes()
151 sp<RecordClientDescriptor> topClient; in getHighestPriorityClient() local
164 topClient = client; in getHighestPriorityClient()
170 if (topClient != nullptr) { in getHighestPriorityClient()
174 return topClient; in getHighestPriorityClient()
464 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local
465 if (topClient != nullptr) { in getEnabledEffects()
466 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()
495 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local
[all …]
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7944 sp<RecordClientDescriptor> topClient = inputDesc->getHighestPriorityClient(); in getNewInputDevice() local
7945 if (topClient != nullptr) { in getNewInputDevice()
7946 attributes = topClient->attributes(); in getNewInputDevice()
7947 uid = topClient->uid(); in getNewInputDevice()
7948 session = topClient->session(); in getNewInputDevice()