Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1353 jstring jDeviceName = NULL; in convertAudioPortFromNative() local
1528 jDeviceName = env->NewStringUTF(nAudioPort->name); in convertAudioPortFromNative()
1540 env->NewObject(gAudioDevicePortClass, gAudioDevicePortCstor, jHandle, jDeviceName, in convertAudioPortFromNative()
1547 nAudioPort->ext.mix.handle, nAudioPort->role, jDeviceName, in convertAudioPortFromNative()
1570 if (jDeviceName != NULL) { in convertAudioPortFromNative()
1571 env->DeleteLocalRef(jDeviceName); in convertAudioPortFromNative()