Searched refs:jDeviceAddress (Results 1 – 1 of 1) sorted by relevance
1035 jstring jDeviceAddress = (jstring)env->GetObjectField(jAudioDevicePort, in convertAudioPortConfigToNativeWithDevicePort() local1037 const char *nDeviceAddress = env->GetStringUTFChars(jDeviceAddress, NULL); in convertAudioPortConfigToNativeWithDevicePort()1040 env->ReleaseStringUTFChars(jDeviceAddress, nDeviceAddress); in convertAudioPortConfigToNativeWithDevicePort()1041 env->DeleteLocalRef(jDeviceAddress); in convertAudioPortConfigToNativeWithDevicePort()2210 jstring jDeviceAddress = (jstring)env->GetObjectField(jAudioMix, in convertAudioMixToNative() local2212 const char *nDeviceAddress = env->GetStringUTFChars(jDeviceAddress, NULL); in convertAudioMixToNative()2214 env->ReleaseStringUTFChars(jDeviceAddress, nDeviceAddress); in convertAudioMixToNative()2215 env->DeleteLocalRef(jDeviceAddress); in convertAudioMixToNative()