Home
last modified time | relevance | path

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

/packages/apps/FMRadio/jni/fmr/
Dlibfm_jni.cpp197 jshort activeAf(JNIEnv *env, jobject thiz) in activeAf() function
349 {"activeAf", "()S", (void*)activeAf}, //14
/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java925 private int activeAf() { in activeAf() method in FmService
931 int frequency = FmNative.activeAf(); in activeAf()
1572 int iFreq = FmNative.activeAf(); in startRdsThread()
2504 activeAf(); in handleMessage()
DFmNative.java128 static native short activeAf(); in activeAf() method in FmNative