Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java966 .getInUseFrontendHandles()) in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
999 .getInUseFrontendHandles()) in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1005 .getInUseFrontendHandles()) in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1011 .getInUseFrontendHandles()) in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1028 .getInUseFrontendHandles()) in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1034 .getInUseFrontendHandles()) in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1065 .getInUseFrontendHandles() in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1070 .getInUseFrontendHandles() in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1100 .getInUseFrontendHandles() in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
1105 .getInUseFrontendHandles() in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DClientProfile.java187 public Set<Integer> getInUseFrontendHandles() { in getInUseFrontendHandles() method in ClientProfile
H A DTunerResourceManagerService.java220 if (!getClientProfile(request.clientId).getInUseFrontendHandles().isEmpty()) { in requestFrontend()
241 if (getClientProfile(targetClientId).getInUseFrontendHandles().isEmpty()) { in shareFrontend()
736 for (int feId : getClientProfile(targetClientId).getInUseFrontendHandles()) { in shareFrontendInternal()
1323 for (Integer feId : profile.getInUseFrontendHandles()) { in clearFrontendAndClientMapping()