Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/tunerresourcemanager/
H A DTunerResourceManager.java771 public boolean isHigherPriority(ResourceClientProfile challengerProfile, in isHigherPriority() method in TunerResourceManager
774 return mService.isHigherPriority(challengerProfile, holderProfile); in isHigherPriority()
/aosp14/frameworks/base/media/java/android/media/tv/tunerresourcemanager/aidl/android/media/tv/tunerresourcemanager/
H A DITunerResourceManager.aidl435 boolean isHigherPriority(in ResourceClientProfile challengerProfile, in isHigherPriority() method
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java425 && !trm.isHigherPriority(profile, holderProfile)) { in acquireHardware()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java599 public boolean isHigherPriority( in isHigherPriority() method in TunerResourceManagerService.BinderService