Searched refs:currentOwnerProfile (Results 1 – 1 of 1) sorted by relevance
1097 ClientProfile currentOwnerProfile = getClientProfile(currentOwnerId); in transferFeOwner() local1101 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() local1125 int ciCamId = currentOwnerProfile.getInUseCiCamId(); in transferFeCiCamOwner()1133 currentOwnerProfile.releaseCiCam(); in transferFeCiCamOwner()1138 ClientProfile currentOwnerProfile = getClientProfile(currentOwnerId); in transferLnbOwner() local1142 for (Integer lnbHandle : currentOwnerProfile.getInUseLnbHandles()) { in transferLnbOwner()[all …]