Searched refs:jDeviceAddress (Results 1 – 1 of 1) sorted by relevance
904 jstring jDeviceAddress = (jstring)env->GetObjectField(jAudioDevicePort, in convertAudioPortConfigToNativeWithDevicePort() local906 const char *nDeviceAddress = env->GetStringUTFChars(jDeviceAddress, NULL); in convertAudioPortConfigToNativeWithDevicePort()909 env->ReleaseStringUTFChars(jDeviceAddress, nDeviceAddress); in convertAudioPortConfigToNativeWithDevicePort()910 env->DeleteLocalRef(jDeviceAddress); in convertAudioPortConfigToNativeWithDevicePort()1862 jstring jDeviceAddress = (jstring)env->GetObjectField(jAudioMix, in convertAudioMixToNative() local1864 const char *nDeviceAddress = env->GetStringUTFChars(jDeviceAddress, NULL); in convertAudioMixToNative()1866 env->ReleaseStringUTFChars(jDeviceAddress, nDeviceAddress); in convertAudioMixToNative()1867 env->DeleteLocalRef(jDeviceAddress); in convertAudioMixToNative()