Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DTuner.java91 private native List<RadioManager.ProgramInfo> nativeGetProgramList(long nativeContext, in nativeGetProgramList() method in Tuner
248 List<RadioManager.ProgramInfo> list = nativeGetProgramList(mNativeContext, sFilter); in getProgramList()
/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp338 static jobject nativeGetProgramList(JNIEnv *env, jobject obj, jlong nativeContext, jobject jVendorF… in nativeGetProgramList() function
448 (void*)nativeGetProgramList },