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()460 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in getEnabledEffects() local461 if (topClient != nullptr) { in getEnabledEffects()462 enabledEffects = topClient->getEnabledEffects(); in getEnabledEffects()491 sp<RecordClientDescriptor> topClient = getHighestPriorityClient(); in checkSuspendEffects() local[all …]
7560 sp<RecordClientDescriptor> topClient = inputDesc->getHighestPriorityClient(); in getNewInputDevice() local7561 if (topClient != nullptr) { in getNewInputDevice()7562 attributes = topClient->attributes(); in getNewInputDevice()7563 uid = topClient->uid(); in getNewInputDevice()7564 session = topClient->session(); in getNewInputDevice()