Searched refs:holderProfile (Results 1 – 4 of 4) sorted by relevance
772 ResourceClientProfile holderProfile) { in isHigherPriority() argument774 return mService.isHigherPriority(challengerProfile, holderProfile); in isHigherPriority()
436 in ResourceClientProfile holderProfile); in isHigherPriority() argument
600 ResourceClientProfile challengerProfile, ResourceClientProfile holderProfile) in isHigherPriority() argument603 if (challengerProfile == null || holderProfile == null) { in isHigherPriority()607 return isHigherPriorityInternal(challengerProfile, holderProfile); in isHigherPriority()1359 ResourceClientProfile holderProfile) { in isHigherPriorityInternal() argument1375 int holderPid = holderProfile.tvInputSessionId == null in isHigherPriorityInternal()1377 : mTvInputManager.getClientPid(holderProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()1381 int holderPriority = getClientPriority(holderProfile.useCase, checkIsForeground(holderPid)); in isHigherPriorityInternal()
488 ResourceClientProfile holderProfile = connection.getResourceClientProfileLocked(); in acquireHardware() local489 if (holderProfile != null && trm != null in acquireHardware()490 && !trm.isHigherPriority(profile, holderProfile)) { in acquireHardware()