HomeSort by relevance Sort by last modified time
    Searched defs:tuneTo (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.cpp 217 auto tuneTo = found->selector;
220 auto task = [this, tuneTo, direction]() {
224 tuneInternalLocked(tuneTo);
  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.cpp 161 auto tuneTo = found->selector;
164 auto task = [this, tuneTo, directionUp]() {
168 tuneInternalLocked(tuneTo);
  /packages/apps/TV/src/com/android/tv/
InputSessionManager.java 343 mTunableTvView.tuneTo(mChannel, mParams, mOnTuneListener);
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 645 public boolean tuneTo(Channel channel, Bundle params, OnTuneListener listener) {
646 Debug.getTimer(Debug.TAG_START_UP_TIMER).log("TunableTvView.tuneTo");
650 if (DEBUG) Log.d(TAG, "tuneTo " + channel);
    [all...]

Completed in 186 milliseconds