Searched refs:topClient (Results 1 – 1 of 1) sorted by relevance
132 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getHighestPriorityAttributes() local133 return topClient ? topClient->attributes() : attributes; in getHighestPriorityAttributes()138 sp<RecordClientDescriptor> topClient; in getHighestPriorityClient() local151 topClient = client; in getHighestPriorityClient()157 if (topClient != nullptr) { in getHighestPriorityClient()161 return topClient; in getHighestPriorityClient()447 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local448 if (topClient != nullptr) { in getEnabledEffects()449 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()478 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local[all …]