Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1035 jstring jDeviceAddress = (jstring)env->GetObjectField(jAudioDevicePort, in convertAudioPortConfigToNativeWithDevicePort() local
1037 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() local
2212 const char *nDeviceAddress = env->GetStringUTFChars(jDeviceAddress, NULL); in convertAudioMixToNative()
2214 env->ReleaseStringUTFChars(jDeviceAddress, nDeviceAddress); in convertAudioMixToNative()
2215 env->DeleteLocalRef(jDeviceAddress); in convertAudioMixToNative()