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

/packages/apps/FMRadio/jni/fmr/
H A Dfmr_core.cpp357 static int FMR_Seek_More(int idx, fm_softmute_tune_t *validfreq, fm_u8 seek_dir, fm_u8 step, fm_u16 min_freq, fm_u16 max_freq) argument
365 if (cur_freq.freq + step > max_freq) {
394 int FMR_seek_Channel(int idx, int start_freq, int min_freq, int max_freq, int band_channel_no, int seek_space, int dir, int *ret_freq, int *rssi_tmp) argument
410 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) {
430 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) {
451 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) {
471 if (FMR_Seek_More(idx, &cur_freq, dir,seek_space, min_freq, max_freq) == 0) {
493 fm_u16 min_freq, max_freq; local
512 max_freq = 9600;
516 max_freq
[all...]

Completed in 68 milliseconds