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
188 env->CallBooleanMethod(jStrategies, gArrayListMethods.add, jStrategy); in android_media_AudioSystem_listAudioProductStrategies()
209 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioProductStrategies()
210 gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, in register_android_media_AudioProductStrategies()
Dandroid_media_AudioSystem.cpp52 } gArrayListMethods; variable
1416 env->CallBooleanMethod(jPorts, gArrayListMethods.add, jAudioPort); in android_media_AudioSystem_listAudioPorts()
1712 env->CallBooleanMethod(jPatches, gArrayListMethods.add, jPatch); in android_media_AudioSystem_listAudioPatches()
1886 gArrayListMethods.toArray); in convertAudioMixToNative()
1948 gArrayListMethods.toArray); in android_media_AudioSystem_registerPolicyMixes()
2100 env->CallBooleanMethod(jMicrophonesInfo, gArrayListMethods.add, jMicrophoneInfo); in android_media_AudioSystem_getMicrophones()
2129 env->CallBooleanMethod(jEncodingFormatList, gArrayListMethods.add, in android_media_AudioSystem_getHwOffloadEncodingFormatsSupportedForA2DP()
2351 gArrayListMethods.add = GetMethodIDOrDie(env, arrayListClass, "add", "(Ljava/lang/Object;)Z"); in register_android_media_AudioSystem()
2352gArrayListMethods.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()