Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DClientProfile.java370 public Builder tvInputSessionId(String tvInputSessionId) { in tvInputSessionId() argument
371 this.mTvInputSessionId = tvInputSessionId; in tvInputSessionId()
H A DTunerResourceManagerService.java722 int pid = profile.tvInputSessionId == null in registerClientProfileInternal()
724 : mTvInputManager.getClientPid(profile.tvInputSessionId); /*tvAppId*/ in registerClientProfileInternal()
727 if (profile.tvInputSessionId != null && mMediaResourceManager != null) { in registerClientProfileInternal()
737 .tvInputSessionId(profile.tvInputSessionId) in registerClientProfileInternal()
1354 int challengerPid = challengerProfile.tvInputSessionId == null in isHigherPriorityInternal()
1356 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
1357 int holderPid = holderProfile.tvInputSessionId == null in isHigherPriorityInternal()
1359 : mTvInputManager.getClientPid(holderProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
/aosp14/frameworks/base/media/java/android/media/tv/tunerresourcemanager/aidl/android/media/tv/tunerresourcemanager/
H A DResourceClientProfile.aidl26 String tvInputSessionId;
/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl128 in TvInputInfo info, int userId, String tvInputSessionId, int priorityHint); in acquireTvInputHardware() argument
H A DTvInputManager.java2474 @Nullable String tvInputSessionId,
2480 return acquireTvInputHardwareInternal(deviceId, info, tvInputSessionId, priorityHint,
2519 String tvInputSessionId, int priorityHint,
2543 }, info, mUserId, tvInputSessionId, priorityHint);
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java407 String tvInputSessionId, @PriorityHintUseCaseType int priorityHint) { in acquireHardware() argument
421 profile.tvInputSessionId = tvInputSessionId; in acquireHardware()
H A DTvInputManagerService.java2269 String tvInputSessionId, in acquireTvInputHardware() argument
2283 tvInputSessionId, priorityHint); in acquireTvInputHardware()
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java347 public Tuner(@NonNull Context context, @Nullable String tvInputSessionId, in Tuner() argument
374 profile.tvInputSessionId = tvInputSessionId; in Tuner()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCas.java871 profile.tvInputSessionId = tvInputServiceSessionId; in registerClient()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java1292 profile.tvInputSessionId = sessionId; in resourceClientProfile()