Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java697 int priority = getOwnerClientPriority(fr.getOwnerClientId()); in requestFrontendInternal()
763 int priority = getOwnerClientPriority(lnb.getOwnerClientId()); in requestLnbInternal()
821 int priority = getOwnerClientPriority(ownerId); in requestCasSessionInternal()
870 int priority = getOwnerClientPriority(ownerId); in requestCiCamInternal()
1162 private int getOwnerClientPriority(int clientId) { in getOwnerClientPriority() method in TunerResourceManagerService