Searched refs:convertAudioPortFromNative (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp906 static jint convertAudioPortFromNative(JNIEnv *env, function
923 ALOGV("convertAudioPortFromNative id %d role %d type %d name %s",
1038 ALOGV("convertAudioPortFromNative is a device %08x", nAudioPort->ext.device.type);
1047 ALOGV("convertAudioPortFromNative is a mix");
1054 ALOGE("convertAudioPortFromNative unknown nAudioPort type %d", nAudioPort->type);
1171 jStatus = convertAudioPortFromNative(env, &jAudioPort, &nPorts[i]);

Completed in 33 milliseconds