Home
last modified time | relevance | path

Searched refs:gArrayListMethods (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_media_AudioVolumeGroups.cpp58 } gArrayListMethods; variable
143 env->CallBooleanMethod(jVolumeGroups, gArrayListMethods.add, jGroup); in android_media_AudioSystem_listAudioVolumeGroups()
165 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioVolumeGroups()
166 gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, in register_android_media_AudioVolumeGroups()
Dandroid_media_MicrophoneInfo.cpp27 } gArrayListMethods; variable
90 env->CallBooleanMethod(jFrequencyResponses, gArrayListMethods.add, jFrequencyResponse); in convertMicrophoneInfoFromNative()
109 env->CallBooleanMethod(jChannelMappings, gArrayListMethods.add, jChannelMapping); in convertMicrophoneInfoFromNative()
156 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_MicrophoneInfo()
Dandroid_media_AudioProductStrategies.cpp69 } gArrayListMethods; variable
201 env->CallBooleanMethod(jStrategies, gArrayListMethods.add, jStrategy); in android_media_AudioSystem_listAudioProductStrategies()
222 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioProductStrategies()
223 gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, in register_android_media_AudioProductStrategies()
Dandroid_media_AudioSystem.cpp53 } gArrayListMethods; variable
1417 env->CallBooleanMethod(jPorts, gArrayListMethods.add, jAudioPort); in android_media_AudioSystem_listAudioPorts()
1713 env->CallBooleanMethod(jPatches, gArrayListMethods.add, jPatch); in android_media_AudioSystem_listAudioPatches()
1887 gArrayListMethods.toArray); in convertAudioMixToNative()
1949 gArrayListMethods.toArray); in android_media_AudioSystem_registerPolicyMixes()
2102 env->CallBooleanMethod(jMicrophonesInfo, gArrayListMethods.add, jMicrophoneInfo); in android_media_AudioSystem_getMicrophones()
2131 env->CallBooleanMethod(jEncodingFormatList, gArrayListMethods.add, in android_media_AudioSystem_getHwOffloadEncodingFormatsSupportedForA2DP()
2368 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioSystem()
2369gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, "toArray", "()[Ljava/lang/Object… in register_android_media_AudioSystem()
Dandroid_media_AudioRecord.cpp50 } gArrayListMethods; variable
818 env->CallBooleanMethod(jActiveMicrophones, gArrayListMethods.add, jMicrophoneInfo); in android_media_AudioRecord_get_active_microphones()
964 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioRecord()
Dandroid_hardware_SoundTrigger.cpp40 } gArrayListMethods; variable
468 env->CallBooleanMethod(jModules, gArrayListMethods.add, newModuleDesc); in android_hardware_SoundTrigger_listModules()
863 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_hardware_SoundTrigger()