Home | History | Annotate | Download | only in radio

Lines Matching refs:tune

163      * Tune to a specific frequency.
165 * onProgramInfoChanged() will be called when tune completes or
167 * @param channel the specific channel or frequency to tune to.
168 * @param subChannel the specific sub-channel to tune to. N/A if the selected configuration
180 * @deprecated Use {@link tune(ProgramSelector)} instead.
183 public abstract int tune(int channel, int subChannel);
186 * Tune to a program.
189 * when tune completes or onError() when cancelled or on timeout.
193 public abstract void tune(@NonNull ProgramSelector selector);
196 * Cancel a pending scan or tune operation.
470 /** A pending seek or tune operation was cancelled
475 /** A pending seek or tune operation timed out
508 * @deprecated Use {@link onTuneFailed} for tune, scan and step;
514 * Called when tune, scan or step operation fails.
517 * @param selector ProgramSelector argument of tune that failed;
536 * {@link RadioTuner#scan(int, boolean)}, {@link RadioTuner#tune(int, int)}; when