Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp904 jstring jDeviceAddress = (jstring)env->GetObjectField(jAudioDevicePort, in convertAudioPortConfigToNativeWithDevicePort() local
906 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() local
1864 const char *nDeviceAddress = env->GetStringUTFChars(jDeviceAddress, NULL); in convertAudioMixToNative()
1866 env->ReleaseStringUTFChars(jDeviceAddress, nDeviceAddress); in convertAudioMixToNative()
1867 env->DeleteLocalRef(jDeviceAddress); in convertAudioMixToNative()