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

/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmNative.java60 * tune to frequency
66 static native boolean tune(float frequency); method in class:FmNative
H A DFmService.java711 * @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 fai
[all...]
/packages/apps/FMRadio/jni/fmr/
H A Dlibfm_jni.cpp71 jboolean tune(JNIEnv *env, jobject thiz, jfloat freq) function
136 LOGI("scan stop!!! tune ret=%d",ret);
341 {"tune", "(F)Z", (void*)tune }, //5
H A Dfmr.h106 int (*tune)(int fd, int freq, int band); member in struct:fm_cbk_tbl
H A Dfmr_core.cpp257 FMR_ASSERT(FMR_cbk_tbl(idx).tune);
259 ret = FMR_cbk_tbl(idx).tune(FMR_fd(idx), freq, fmr_data.cfg_data.band);
330 LOGI("seek stop!!! tune ret=%d",ret);
335 LOGE("soft mute tune, failed:[%d]\n",ret);
603 LOGI("scan stop!!! tune ret=%d",ret);
609 LOGE("soft mute tune, failed:[%d]\n",ret);
H A Dcommon.cpp298 /*soft mute tune function, usually for sw scan implement or CQI log tool*/
310 LOGE("FM soft mute tune faild:%d\n",ret);
314 LOGD("Raw data of soft mute tune[%d]: RSSI:[%x]PAMD:[%x]MR:[%x]ATDC:[%x]PRX:[%x]SMG:[%x]",para->freq,value.RSSI,value.PAMD,value.MR,value.ATDC,value.PRX,value.SMG);
338 //LOGI("soft mute tune[%d] valid[%d]: RSSI:[%d]PAMD:[%d]MR:[%d]ATDC:[%d]PRX:[%d]SMG:[%d]",para->freq,para->valid,RSSI,PAMD,MR,ATDC,PRX,softmuteGainLvl);
571 cbk_tbl->tune = COM_tune;
584 //soft mute tune

Completed in 66 milliseconds