Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp366 jobject jModules) in android_hardware_Radio_listModules() argument
370 if (jModules == NULL) { in android_hardware_Radio_listModules()
374 if (!env->IsInstanceOf(jModules, gArrayListClass)) { in android_hardware_Radio_listModules()
442 env->CallBooleanMethod(jModules, gArrayListMethods.add, jModule); in android_hardware_Radio_listModules()
Dandroid_hardware_SoundTrigger.cpp371 jobject jModules) in android_hardware_SoundTrigger_listModules() argument
375 if (jModules == NULL) { in android_hardware_SoundTrigger_listModules()
379 if (!env->IsInstanceOf(jModules, gArrayListClass)) { in android_hardware_SoundTrigger_listModules()
437 env->CallBooleanMethod(jModules, gArrayListMethods.add, newModuleDesc); in android_hardware_SoundTrigger_listModules()