Searched refs:jAudioProfiles (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_AudioSystem.cpp | 1354 jobject jAudioProfiles = NULL; in convertAudioPortFromNative() local 1385 jAudioProfiles = env->NewObject(gArrayListClass, gArrayListMethods.cstor); in convertAudioPortFromNative() 1386 if (jAudioProfiles == nullptr) { in convertAudioPortFromNative() 1403 env->CallBooleanMethod(jAudioProfiles, gArrayListMethods.add, jAudioProfile); in convertAudioPortFromNative() 1444 env->CallBooleanMethod(jAudioProfiles, gArrayListMethods.add, in convertAudioPortFromNative() 1541 jAudioProfiles, jGains, nAudioPort->ext.device.type, jAddress, in convertAudioPortFromNative() 1548 jAudioProfiles, jGains); in convertAudioPortFromNative() 1579 if (jAudioProfiles != NULL) { in convertAudioPortFromNative() 1580 env->DeleteLocalRef(jAudioProfiles); in convertAudioPortFromNative()
|