Searched refs:jModules (Results 1 – 2 of 2) sorted by relevance
366 jobject jModules) in android_hardware_Radio_listModules() argument370 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()
371 jobject jModules) in android_hardware_SoundTrigger_listModules() argument375 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()