Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java680 int currentLowestPriority = MAX_CLIENT_PRIORITY + 1; in requestFrontendInternal() local
698 if (currentLowestPriority > priority) { in requestFrontendInternal()
700 currentLowestPriority = priority; in requestFrontendInternal()
754 int currentLowestPriority = MAX_CLIENT_PRIORITY + 1; in requestLnbInternal() local
764 if (currentLowestPriority > priority) { in requestLnbInternal()
766 currentLowestPriority = priority; in requestLnbInternal()
812 int currentLowestPriority = MAX_CLIENT_PRIORITY + 1; in requestCasSessionInternal() local
822 if (currentLowestPriority > priority) { in requestCasSessionInternal()
824 currentLowestPriority = priority; in requestCasSessionInternal()
871 if (currentLowestPriority > priority) { in requestCiCamInternal()
[all …]