Searched refs:jAudioProfile (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 1290 static jint convertAudioProfileFromNative(JNIEnv *env, ScopedLocalRef<jobject> *jAudioProfile, in convertAudioProfileFromNative() argument 1344 jAudioProfile->reset(env->NewObject(gAudioProfileClass, gAudioProfileCstor, audioFormat, in convertAudioProfileFromNative() 1347 if (*jAudioProfile == nullptr) { in convertAudioProfileFromNative() 1392 ScopedLocalRef<jobject> jAudioProfile(env); in convertAudioPortFromNative() local 1393 jint jStatus = convertAudioProfileFromNative(env, &jAudioProfile, in convertAudioPortFromNative() 1402 env->CallBooleanMethod(jAudioProfiles.get(), gArrayListMethods.add, jAudioProfile.get()); in convertAudioPortFromNative() 1412 env->GetObjectField(jAudioProfile.get(), in convertAudioPortFromNative() 1418 env->GetObjectField(jAudioProfile.get(), in convertAudioPortFromNative() 1423 env->GetObjectField(jAudioProfile.get(), in convertAudioPortFromNative() 1427 env->GetIntField(jAudioProfile.get(), gAudioProfileFields.mEncapsulationType); in convertAudioPortFromNative() [all …]
|