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

/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmNative.java128 static native short activeAf(); method in class:FmNative
H A DFmService.java925 private int activeAf() { method in class:FmService
927 Log.w(TAG, "activeAf, FM is not powered up");
931 int frequency = FmNative.activeAf();
1572 int iFreq = FmNative.activeAf();
2504 activeAf();
/packages/apps/FMRadio/jni/fmr/
H A Dlibfm_jni.cpp197 jshort activeAf(JNIEnv *env, jobject thiz) function
349 {"activeAf", "()S", (void*)activeAf}, //14

Completed in 46 milliseconds