Searched refs:topClient (Results 1 – 2 of 2) 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 …]
5896 sp<RecordClientDescriptor> topClient = inputDesc->getHighestPriorityClient(); in getNewInputDevice() local5897 if (topClient != nullptr) { in getNewInputDevice()5898 attributes = topClient->attributes(); in getNewInputDevice()5899 uid = topClient->uid(); in getNewInputDevice()