Searched refs:gArrayListMethods (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 45 } gArrayListMethods; variable 1116 env->CallBooleanMethod(jPorts, gArrayListMethods.add, jAudioPort); in android_media_AudioSystem_listAudioPorts() 1407 env->CallBooleanMethod(jPatches, gArrayListMethods.add, jPatch); in android_media_AudioSystem_listAudioPatches() 1520 gArrayListMethods.toArray); in convertAudioMixToNative() 1568 gArrayListMethods.toArray); in android_media_AudioSystem_registerPolicyMixes() 1679 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioSystem() 1680 …gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, "toArray", "()[Ljava/lang/Object… in register_android_media_AudioSystem()
|
D | android_hardware_Radio.cpp | 39 } gArrayListMethods; variable 442 env->CallBooleanMethod(jModules, gArrayListMethods.add, jModule); in android_hardware_Radio_listModules() 850 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_hardware_Radio()
|
D | android_hardware_SoundTrigger.cpp | 39 } gArrayListMethods; variable 437 env->CallBooleanMethod(jModules, gArrayListMethods.add, newModuleDesc); in android_hardware_SoundTrigger_listModules() 806 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_hardware_SoundTrigger()
|