Searched refs:topClient (Results 1 – 1 of 1) sorted by relevance
144 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getHighestPriorityAttributes() local145 return topClient ? topClient->attributes() : attributes; in getHighestPriorityAttributes()150 sp<RecordClientDescriptor> topClient; in getHighestPriorityClient() local163 topClient = client; in getHighestPriorityClient()169 if (topClient != nullptr) { in getHighestPriorityClient()173 return topClient; in getHighestPriorityClient()459 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local460 if (topClient != nullptr) { in getEnabledEffects()461 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()490 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local[all …]