Searched refs:tvInputSessionId (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/ |
H A D | ClientProfile.java | 370 public Builder tvInputSessionId(String tvInputSessionId) { in tvInputSessionId() argument 371 this.mTvInputSessionId = tvInputSessionId; in tvInputSessionId()
|
H A D | TunerResourceManagerService.java | 722 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 D | ResourceClientProfile.aidl | 26 String tvInputSessionId;
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputManager.aidl | 128 in TvInputInfo info, int userId, String tvInputSessionId, int priorityHint); in acquireTvInputHardware() argument
|
H A D | TvInputManager.java | 2474 @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 D | TvInputHardwareManager.java | 407 String tvInputSessionId, @PriorityHintUseCaseType int priorityHint) { in acquireHardware() argument 421 profile.tvInputSessionId = tvInputSessionId; in acquireHardware()
|
H A D | TvInputManagerService.java | 2269 String tvInputSessionId, in acquireTvInputHardware() argument 2283 tvInputSessionId, priorityHint); in acquireTvInputHardware()
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | Tuner.java | 347 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 D | MediaCas.java | 871 profile.tvInputSessionId = tvInputServiceSessionId; in registerClient()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/ |
H A D | TunerResourceManagerServiceTest.java | 1292 profile.tvInputSessionId = sessionId; in resourceClientProfile()
|