Home
last modified time | relevance | path

Searched refs:nativeScan (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DTuner.java84 … private native void nativeScan(long nativeContext, boolean directionDown, boolean skipSubChannel); in nativeScan() method in Tuner
186 nativeScan(mNativeContext, directionDown, skipSubChannel); in scan()
/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp272 static void nativeScan(JNIEnv *env, jobject obj, jlong nativeContext, in nativeScan() function
442 { "nativeScan", "(JZZ)V", (void*)nativeScan },