Searched refs:tvInputSessionId (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/ |
H A D | ClientProfile.java | 310 public Builder tvInputSessionId(String tvInputSessionId) { in tvInputSessionId() argument 311 this.mTvInputSessionId = tvInputSessionId; in tvInputSessionId()
|
H A D | TunerResourceManagerService.java | 491 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 D | ResourceClientProfile.aidl | 26 String tvInputSessionId;
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputManager.aidl | 103 in TvInputInfo info, int userId, String tvInputSessionId, int priorityHint); in acquireTvInputHardware() argument
|
H A D | TvInputManager.java | 1824 @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 D | Tuner.java | 336 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 D | TvInputHardwareManager.java | 382 String tvInputSessionId, @PriorityHintUseCaseType int priorityHint) { in acquireHardware() argument 396 profile.tvInputSessionId = tvInputSessionId; in acquireHardware()
|
H A D | TvInputManagerService.java | 2049 String tvInputSessionId, in acquireTvInputHardware() argument 2063 tvInputSessionId, priorityHint); in acquireTvInputHardware()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCas.java | 720 profile.tvInputSessionId = tvInputServiceSessionId; in registerClient()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/ |
H A D | TunerResourceManagerServiceTest.java | 1173 profile.tvInputSessionId = sessionId; in resourceClientProfile()
|