Searched refs:TvInputService (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionWrapper.java75 private TvInputService.Session mTvInputSessionImpl;
76 private TvInputService.RecordingSession mTvInputRecordingSessionImpl;
81 public ITvInputSessionWrapper(Context context, TvInputService.Session sessionImpl,
94 TvInputService.RecordingSession recordingSessionImpl) {
H A DTvInputInfo.java685 * {@link TvInputService}.
691 Intent intent = new Intent(TvInputService.SERVICE_INTERFACE).setComponent(component);
872 * is obtained by parsing the AndroidManifest and {@link TvInputService#SERVICE_META_DATA}
873 * for the {@link TvInputService} this TV input implements.
928 si.loadXmlMetaData(pm, TvInputService.SERVICE_META_DATA)) {
930 throw new IllegalStateException("No " + TvInputService.SERVICE_META_DATA
949 com.android.internal.R.styleable.TvInputService);
H A DTvInputService.java66 * The TvInputService class represents a TV input or source such as HDMI or built-in tuner which
72 * {@link TvInputService.Session}. All TV input services must require that clients hold the
77 public abstract class TvInputService extends Service { class in inherits:Service
79 private static final String TAG = "TvInputService";
89 public static final String SERVICE_INTERFACE = "android.media.tv.TvInputService";
92 * Name under which a TvInputService component publishes information about itself.
94 * <code>&lt;{@link android.R.styleable#TvInputService tv-input}&gt;</code>
1907 * {@link TvInputService.Session#notifyVideoAvailable()}.
1913 * {@link TvInputService.Session#notifyVideoUnavailable(int)}.
2021 ITvInputSession stub = new ITvInputSessionWrapper(TvInputService
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java58 import android.media.tv.TvInputService;
270 new Intent(TvInputService.SERVICE_INTERFACE),
593 Intent i = new Intent(TvInputService.SERVICE_INTERFACE).setComponent(component);
1241 // See {@link TvInputService.Session#onSetMain}.

Completed in 1723 milliseconds