Searched refs:jAudioProfile (Results 1 – 1 of 1) sorted by relevance
1281 static jint convertAudioProfileFromNative(JNIEnv *env, jobject *jAudioProfile, in convertAudioProfileFromNative() argument1338 if (*jAudioProfile == nullptr) { in convertAudioProfileFromNative()1392 jobject jAudioProfile = nullptr; in convertAudioPortFromNative() local1413 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() local3054 env, &jAudioProfile, &audioProfile, false); in android_media_AudioSystem_getDirectProfilesForAttributes()[all …]