Home
last modified time | relevance | path

Searched refs:lowestPriorityOwnerId (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java1248 int lowestPriorityOwnerId = -1; in requestCasSessionInternal() local
1262 lowestPriorityOwnerId = ownerId; in requestCasSessionInternal()
1271 if (lowestPriorityOwnerId > -1 && ((requestClient.getPriority() > currentLowestPriority) in requestCasSessionInternal()
1273 if (!reclaimResource(lowestPriorityOwnerId, in requestCasSessionInternal()
1301 int lowestPriorityOwnerId = -1; in requestCiCamInternal() local
1315 lowestPriorityOwnerId = ownerId; in requestCiCamInternal()
1324 if (lowestPriorityOwnerId > -1 && ((requestClient.getPriority() > currentLowestPriority) in requestCiCamInternal()
1327 if (!reclaimResource(lowestPriorityOwnerId, in requestCiCamInternal()