Home | History | Annotate | Download | only in fmradio

Lines Matching refs:tune

709      * Tune to a station
711 * @param frequency The frequency to tune
728 boolean bRet = FmNative.tune(frequency);
745 boolean tune = false;
748 tune = playFrequency(frequency);
751 return tune;
1557 Log.d(TAG, "startRdsThread, seek or scan going, no need to tune here");
1568 + "need to tune here");
2387 // tune to station
2392 // if tune fail, pass current station to update ui
2415 // if tune fail, pass current station to update ui
2663 isSeekTune = FmNative.tune(seekStation);
2668 // if tune fail, pass current station to update ui