Searched refs:topClient (Results 1 – 2 of 2) sorted by relevance
145 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getHighestPriorityAttributes() local146 return topClient ? topClient->attributes() : attributes; in getHighestPriorityAttributes()151 sp<RecordClientDescriptor> topClient; in getHighestPriorityClient() local164 topClient = client; in getHighestPriorityClient()170 if (topClient != nullptr) { in getHighestPriorityClient()174 return topClient; in getHighestPriorityClient()464 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local465 if (topClient != nullptr) { in getEnabledEffects()466 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()495 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local[all …]
7944 sp<RecordClientDescriptor> topClient = inputDesc->getHighestPriorityClient(); in getNewInputDevice() local7945 if (topClient != nullptr) { in getNewInputDevice()7946 attributes = topClient->attributes(); in getNewInputDevice()7947 uid = topClient->uid(); in getNewInputDevice()7948 session = topClient->session(); in getNewInputDevice()