Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java367 return transferOwnerInternal(resourceType, currentOwnerId, newOwnerId); in transferOwner()
1162 protected boolean transferOwnerInternal(int resourceType, int currentOwnerId, int newOwnerId) { in transferOwnerInternal() method in TunerResourceManagerService