Searched refs:topClient (Results 1 – 3 of 3) 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()491 if (topClient == nullptr) { in checkSuspendEffects()[all …]
345 ClientInfoForDisplay topClient = perTypeStack.getFirst(); in requestInputEventCapture() local346 if (topClient != oldClientInfo) { in requestInputEventCapture()347 topClient.mGrantedTypes.clear(); in requestInputEventCapture()348 clientsToDispatch.add(topClient); in requestInputEventCapture()368 ClientInfoForDisplay topClient = fullCapturersStack.getFirst(); in requestInputEventCapture() local369 topClient.mGrantedTypes.clear(); in requestInputEventCapture()371 clientsToDispatch.add(topClient); in requestInputEventCapture()490 ClientInfoForDisplay topClient = perInputStack.getFirst(); in releaseInputEventCapture() local491 if (!topClient.mGrantedTypes.contains(inputType)) { in releaseInputEventCapture()492 topClient.mGrantedTypes.add(inputType); in releaseInputEventCapture()[all …]
6133 sp<RecordClientDescriptor> topClient = inputDesc->getHighestPriorityClient(); in getNewInputDevice() local6134 if (topClient != nullptr) { in getNewInputDevice()6135 attributes = topClient->attributes(); in getNewInputDevice()6136 uid = topClient->uid(); in getNewInputDevice()