Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DClientProfile.java310 public Builder tvInputSessionId(String tvInputSessionId) { in tvInputSessionId() argument
311 this.mTvInputSessionId = tvInputSessionId; in tvInputSessionId()
H A DTunerResourceManagerService.java491 int pid = profile.tvInputSessionId == null in registerClientProfileInternal()
493 : mTvInputManager.getClientPid(profile.tvInputSessionId); /*tvAppId*/ in registerClientProfileInternal()
496 if (profile.tvInputSessionId != null && mMediaResourceManager != null) { in registerClientProfileInternal()
506 .tvInputSessionId(profile.tvInputSessionId) in registerClientProfileInternal()
907 int challengerPid = challengerProfile.tvInputSessionId == null in isHigherPriorityInternal()
909 : mTvInputManager.getClientPid(challengerProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
910 int holderPid = holderProfile.tvInputSessionId == null in isHigherPriorityInternal()
912 : mTvInputManager.getClientPid(holderProfile.tvInputSessionId); /*tvAppId*/ in isHigherPriorityInternal()
/aosp12/frameworks/base/media/java/android/media/tv/tunerresourcemanager/aidl/android/media/tv/tunerresourcemanager/
H A DResourceClientProfile.aidl26 String tvInputSessionId;
/aosp12/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl103 in TvInputInfo info, int userId, String tvInputSessionId, int priorityHint); in acquireTvInputHardware() argument
H A DTvInputManager.java1824 @Nullable String tvInputSessionId,
1830 return acquireTvInputHardwareInternal(deviceId, info, tvInputSessionId, priorityHint,
1869 String tvInputSessionId, int priorityHint,
1893 }, info, mUserId, tvInputSessionId, priorityHint);
/aosp12/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java336 public Tuner(@NonNull Context context, @Nullable String tvInputSessionId, in Tuner() argument
356 profile.tvInputSessionId = tvInputSessionId; in Tuner()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java382 String tvInputSessionId, @PriorityHintUseCaseType int priorityHint) { in acquireHardware() argument
396 profile.tvInputSessionId = tvInputSessionId; in acquireHardware()
H A DTvInputManagerService.java2049 String tvInputSessionId, in acquireTvInputHardware() argument
2063 tvInputSessionId, priorityHint); in acquireTvInputHardware()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCas.java720 profile.tvInputSessionId = tvInputServiceSessionId; in registerClient()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java1173 profile.tvInputSessionId = sessionId; in resourceClientProfile()