Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1281 static jint convertAudioProfileFromNative(JNIEnv *env, jobject *jAudioProfile, in convertAudioProfileFromNative() argument
1338 if (*jAudioProfile == nullptr) { in convertAudioProfileFromNative()
1392 jobject jAudioProfile = nullptr; in convertAudioPortFromNative() local
1413 env->GetObjectField(jAudioProfile, in convertAudioPortFromNative()
1418 env->GetObjectField(jAudioProfile, in convertAudioPortFromNative()
1422 (jintArray)env->GetObjectField(jAudioProfile, in convertAudioPortFromNative()
1435 if (jAudioProfile != nullptr) { in convertAudioPortFromNative()
1436 env->DeleteLocalRef(jAudioProfile); in convertAudioPortFromNative()
3052 jobject jAudioProfile; in android_media_AudioSystem_getDirectProfilesForAttributes() local
3054 env, &jAudioProfile, &audioProfile, false); in android_media_AudioSystem_getDirectProfilesForAttributes()
[all …]