Searched refs:FMR_Seek_More (Results 1 – 1 of 1) sorted by relevance
/packages/apps/FMRadio/jni/fmr/ |
D | fmr_core.cpp | 357 static int FMR_Seek_More(int idx, fm_softmute_tune_t *validfreq, fm_u8 seek_dir, fm_u8 step, fm_u16… in FMR_Seek_More() function 410 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) { in FMR_seek_Channel() 430 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) { in FMR_seek_Channel() 451 if (FMR_Seek_More(idx, &cur_freq, dir, seek_space, min_freq, max_freq) == 0) { in FMR_seek_Channel() 471 if (FMR_Seek_More(idx, &cur_freq, dir,seek_space, min_freq, max_freq) == 0) { in FMR_seek_Channel()
|