Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java810 int lowestPriorityOwnerId = -1; in requestCasSessionInternal() local
823 lowestPriorityOwnerId = ownerId; in requestCasSessionInternal()
830 if (lowestPriorityOwnerId > -1 && (requestClient.getPriority() > currentLowestPriority)) { in requestCasSessionInternal()
831 if (!reclaimResource(lowestPriorityOwnerId, in requestCasSessionInternal()
859 int lowestPriorityOwnerId = -1; in requestCiCamInternal() local
872 lowestPriorityOwnerId = ownerId; in requestCiCamInternal()
879 if (lowestPriorityOwnerId > -1 && (requestClient.getPriority() > currentLowestPriority)) { in requestCiCamInternal()
880 if (!reclaimResource(lowestPriorityOwnerId, in requestCiCamInternal()