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

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp931 static jint convertAudioPortFromNative(JNIEnv *env, function
948 ALOGV("convertAudioPortFromNative id %d role %d type %d name %s",
958 ss << "convertAudioPortFromNative array count out of bounds:"
1095 ALOGV("convertAudioPortFromNative is a device %08x", nAudioPort->ext.device.type);
1104 ALOGV("convertAudioPortFromNative is a mix");
1111 ALOGE("convertAudioPortFromNative unknown nAudioPort type %d", nAudioPort->type);
1228 jStatus = convertAudioPortFromNative(env, &jAudioPort, &nPorts[i]);

Completed in 164 milliseconds