HomeSort by relevance Sort by last modified time
    Searched refs:activeAf (Results 1 - 3 of 3) sorted by null

  /packages/apps/FMRadio/src/com/android/fmradio/
FmNative.java 128 static native short activeAf();
FmService.java 921 private int activeAf() {
923 Log.w(TAG, "activeAf, FM is not powered up");
927 int frequency = FmNative.activeAf();
    [all...]
  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 197 jshort activeAf(JNIEnv *env, jobject thiz)
349 {"activeAf", "()S", (void*)activeAf}, //14

Completed in 51 milliseconds