Searched refs:jDeviceName (Results 1 – 1 of 1) sorted by relevance
1242 jstring jDeviceName = NULL; in convertAudioPortFromNative() local1444 jDeviceName = env->NewStringUTF(nAudioPort->name); in convertAudioPortFromNative()1456 env->NewObject(gAudioDevicePortClass, gAudioDevicePortCstor, jHandle, jDeviceName, in convertAudioPortFromNative()1463 nAudioPort->ext.mix.handle, nAudioPort->role, jDeviceName, in convertAudioPortFromNative()1486 if (jDeviceName != NULL) { in convertAudioPortFromNative()1487 env->DeleteLocalRef(jDeviceName); in convertAudioPortFromNative()