Searched refs:jDeviceName (Results 1 – 1 of 1) sorted by relevance
1353 jstring jDeviceName = NULL; in convertAudioPortFromNative() local1528 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()