Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java1097 ClientProfile currentOwnerProfile = getClientProfile(currentOwnerId); in transferFeOwner() local
1101 currentOwnerProfile.stopSharingFrontend(newOwnerId); in transferFeOwner()
1106 newOwnerProfile.setPrimaryFrontend(currentOwnerProfile.getPrimaryFrontend()); in transferFeOwner()
1107 currentOwnerProfile.setPrimaryFrontend(TunerResourceManager.INVALID_RESOURCE_HANDLE); in transferFeOwner()
1109 for (int inUseHandle : currentOwnerProfile.getInUseFrontendHandles()) { in transferFeOwner()
1121 ClientProfile currentOwnerProfile = getClientProfile(currentOwnerId); in transferFeCiCamOwner() local
1125 int ciCamId = currentOwnerProfile.getInUseCiCamId(); in transferFeCiCamOwner()
1133 currentOwnerProfile.releaseCiCam(); in transferFeCiCamOwner()
1138 ClientProfile currentOwnerProfile = getClientProfile(currentOwnerId); in transferLnbOwner() local
1142 for (Integer lnbHandle : currentOwnerProfile.getInUseLnbHandles()) { in transferLnbOwner()
[all …]