Searched refs:gArrayListClass (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_media_MicrophoneInfo.cpp | 26 static jclass gArrayListClass; variable 82 jFrequencyResponses = env->NewObject(gArrayListClass, gArrayListCstor); in convertMicrophoneInfoFromNative() 95 jChannelMappings = env->NewObject(gArrayListClass, gArrayListCstor); in convertMicrophoneInfoFromNative() 142 gArrayListClass = MakeGlobalRefOrDie(env, arrayListClass); in register_android_media_MicrophoneInfo()
|
H A D | android_media_AudioVolumeGroups.cpp | 53 static jclass gArrayListClass; variable 128 if (!env->IsInstanceOf(jVolumeGroups, gArrayListClass)) { in android_media_AudioSystem_listAudioVolumeGroups() 168 gArrayListClass = MakeGlobalRefOrDie(env, arrayListClass); in register_android_media_AudioVolumeGroups()
|
H A D | android_media_AudioProductStrategies.cpp | 65 static jclass gArrayListClass; variable 181 if (!env->IsInstanceOf(jStrategies, gArrayListClass)) { in android_media_AudioSystem_listAudioProductStrategies() 221 gArrayListClass = MakeGlobalRefOrDie(env, arrayListClass); in register_android_media_AudioProductStrategies()
|
H A D | android_media_AudioRecord.cpp | 48 static jclass gArrayListClass; variable 711 if (!env->IsInstanceOf(jActiveMicrophones, gArrayListClass)) { in android_media_AudioRecord_get_active_microphones() 913 gArrayListClass = MakeGlobalRefOrDie(env, arrayListClass); in register_android_media_AudioRecord()
|
H A D | android_media_AudioSystem.cpp | 75 static jclass gArrayListClass; variable 1392 env->NewObject(gArrayListClass, in convertAudioPortFromNative() 1454 env->NewObject(gArrayListClass, in convertAudioPortFromNative() 1600 if (!env->IsInstanceOf(jPorts, gArrayListClass)) { in android_media_AudioSystem_listAudioPorts() 1824 if (!env->IsInstanceOf(jPatches, gArrayListClass)) { in android_media_AudioSystem_listAudioPatches() 2263 jobject jAudioMixMatchCriterionList = env->NewObject(gArrayListClass, gArrayListMethods.cstor); in nativeAudioMixToJavaAudioMixingRule() 2391 if (!env->IsInstanceOf(jMixesList, gArrayListClass)) { in android_media_AudioSystem_registerPolicyMixes() 2565 if (!env->IsInstanceOf(jMicrophonesInfo, gArrayListClass)) { in android_media_AudioSystem_getMicrophones() 2599 if (!env->IsInstanceOf(jEncodingFormatList, gArrayListClass)) { in android_media_AudioSystem_getHwOffloadFormatsSupportedForBluetoothMedia() 2680 if (!env->IsInstanceOf(jSurroundFormats, gArrayListClass)) { in android_media_AudioSystem_getReportedSurroundFormats() [all …]
|