Searched refs:TvInputService (Results 1 – 17 of 17) sorted by relevance
20 import android.media.tv.TvInputService;75 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND)).isEqualTo(180); in parseTest_parseSampleXml()77 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN)).isEqualTo(150); in parseTest_parseSampleXml()79 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK)).isEqualTo(480); in parseTest_parseSampleXml()81 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE)).isEqualTo(490); in parseTest_parseSampleXml()83 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD)).isEqualTo(600); in parseTest_parseSampleXml()89 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN)).isEqualTo(50); in parseTest_parseSampleXml()91 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK)).isEqualTo(300); in parseTest_parseSampleXml()93 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE)).isEqualTo(400); in parseTest_parseSampleXml()95 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD)).isEqualTo(500); in parseTest_parseSampleXml()[all …]
27 import android.media.tv.TvInputService;252 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK); in requestFrontendTest_NoFrontendWithGiveTypeAvailable()275 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK); in requestFrontendTest_FrontendWithNoExclusiveGroupAvailable()308 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK); in requestFrontendTest_FrontendWithExclusiveGroupAvailable()310 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK); in requestFrontendTest_FrontendWithExclusiveGroupAvailable()874 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN); in requestDemuxTest_ResourceReclaim()876 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN); in requestDemuxTest_ResourceReclaim()995 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE); in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()998 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE); in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()1001 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD); in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()[all …]
18 import android.media.tv.TvInputService;19 import android.media.tv.TvInputService.PriorityHintUseCaseType;212 return TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN; in formatTypeToNum()214 return TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK; in formatTypeToNum()216 return TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE; in formatTypeToNum()218 return TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD; in formatTypeToNum()226 case TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND: in isPredefinedUseCase()227 case TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN: in isPredefinedUseCase()228 case TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK: in isPredefinedUseCase()229 case TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE: in isPredefinedUseCase()[all …]
23 import android.media.tv.TvInputService;63 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND); in testTunerConstructor()70 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND); in testOpenDescrambler()
29 import android.media.tv.TvInputService;792 public int getClientPriority(@TvInputService.PriorityHintUseCaseType int useCase, int pid) { in getClientPriority()814 public int getConfigPriority(@TvInputService.PriorityHintUseCaseType int useCase, in getConfigPriority()
86 private TvInputService.Session mTvInputSessionImpl;87 private TvInputService.RecordingSession mTvInputRecordingSessionImpl;92 public ITvInputSessionWrapper(Context context, TvInputService.Session sessionImpl, in ITvInputSessionWrapper()105 TvInputService.RecordingSession recordingSessionImpl) { in ITvInputSessionWrapper()
85 public abstract class TvInputService extends Service { class211 return TvInputService.this.getAvailableExtensionInterfaceNames(); in onBind()216 return TvInputService.this.getExtensionInterface(name); in onBind()221 return TvInputService.this.getExtensionInterfacePermission(name); in onBind()2790 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage()2863 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService.this, in handleMessage()
729 Intent intent = new Intent(TvInputService.SERVICE_INTERFACE).setComponent(component); in Builder()1000 si.loadXmlMetaData(pm, TvInputService.SERVICE_META_DATA)) { in parseServiceMetadata()1002 throw new IllegalStateException("No " + TvInputService.SERVICE_META_DATA in parseServiceMetadata()1021 com.android.internal.R.styleable.TvInputService); in parseServiceMetadata()
2232 public int getClientPriority(@TvInputService.PriorityHintUseCaseType int useCase, in getClientPriority()2255 public int getClientPriority(@TvInputService.PriorityHintUseCaseType int useCase) { in getClientPriority()2315 return useCase == TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND in isValidUseCase()2316 || useCase == TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN in isValidUseCase()2317 || useCase == TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK in isValidUseCase()2318 || useCase == TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE in isValidUseCase()2319 || useCase == TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD; in isValidUseCase()2442 TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE, new Executor() { in acquireTvInputHardware()2475 @TvInputService.PriorityHintUseCaseType int priorityHint,
33 import android.media.tv.TvInputService;348 @TvInputService.PriorityHintUseCaseType int useCase) { in Tuner()
72 import android.media.tv.TvInputService;326 new Intent(TvInputService.SERVICE_INTERFACE), in buildTvInputListLocked()780 Intent i = new Intent(TvInputService.SERVICE_INTERFACE).setComponent(component); in updateServiceConnectionLocked()2270 @TvInputService.PriorityHintUseCaseType int priorityHint) throws RemoteException { in acquireTvInputHardware()
47 import android.media.tv.TvInputService.PriorityHintUseCaseType;
31 import android.media.tv.TvInputService.PriorityHintUseCaseType;
31583 Landroid/media/tv/TvInputService$HardwareSession;->release()V31618 Landroid/media/tv/TvInputService$Session;->mOverlayViewCleanUpTask:Landroid/media/tv/TvInputService…31623 Landroid/media/tv/TvInputService$Session;->mStartPositionMs:J31633 Landroid/media/tv/TvInputService$Session;->release()V31638 Landroid/media/tv/TvInputService$Session;->setMain(Z)V31642 Landroid/media/tv/TvInputService$Session;->timeShiftPause()V31649 Landroid/media/tv/TvInputService;->DEBUG:Z31651 Landroid/media/tv/TvInputService;->isNavigationKey(I)Z31656 Landroid/media/tv/TvInputService;->TAG:Ljava/lang/String;45129 Landroid/R$styleable;->TvInputService:[I[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27397 public abstract class TvInputService extends android.app.Service {27398 ctor public TvInputService();27402 …method @Nullable public abstract android.media.tv.TvInputService.Session onCreateSession(@NonNull …27403 …method @Nullable public android.media.tv.TvInputService.Session onCreateSession(@NonNull String, @…27410 field public static final String SERVICE_INTERFACE = "android.media.tv.TvInputService";27414 …public abstract static class TvInputService.HardwareSession extends android.media.tv.TvInputServic…27415 ctor public TvInputService.HardwareSession(android.content.Context);27422 public abstract static class TvInputService.RecordingSession {27423 ctor public TvInputService.RecordingSession(android.content.Context);27438 public abstract static class TvInputService.Session implements android.view.KeyEvent.Callback {[all …]
7703 public abstract class TvInputService extends android.app.Service {7715 public abstract static class TvInputService.RecordingSession {7719 public abstract static class TvInputService.Session implements android.view.KeyEvent.Callback {