Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp132 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getHighestPriorityAttributes() local
133 return topClient ? topClient->attributes() : attributes; in getHighestPriorityAttributes()
138 sp<RecordClientDescriptor> topClient; in getHighestPriorityClient() local
151 topClient = client; in getHighestPriorityClient()
157 if (topClient != nullptr) { in getHighestPriorityClient()
161 return topClient; in getHighestPriorityClient()
447 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local
448 if (topClient != nullptr) { in getEnabledEffects()
449 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()
478 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local
[all …]