Searched defs:TunerHal (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/
H A DTunerHal.java35 public abstract class TunerHal implements AutoCloseable { class in inherits:AutoCloseable
36 protected static final String TAG = "TunerHal";
112 * Creates a TunerHal instance.
114 * @param context context for creating the TunerHal instance
115 * @return the TunerHal instance
118 public static synchronized TunerHal createInstance(Context context) {
119 TunerHal tunerHal = null;
171 protected TunerHal(Context context) { method in class:TunerHal
323 * This method must be called after {@link TunerHal#tune} and before {@link TunerHal#stopTun
[all...]

Completed in 81 milliseconds