Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioEffectDescriptor.cpp36 jstring jUuid; in convertAudioEffectDescriptorFromNative() local
59 jUuid = env->NewStringUTF(str); in convertAudioEffectDescriptorFromNative()
67 jUuid, in convertAudioEffectDescriptorFromNative()
72 env->DeleteLocalRef(jUuid); in convertAudioEffectDescriptorFromNative()
Dandroid_hardware_SoundTrigger.cpp533 jobject jUuid; in android_hardware_SoundTrigger_loadSoundModel() local
570 jUuid = env->GetObjectField(jSoundModel, gSoundModelFields.uuid); in android_hardware_SoundTrigger_loadSoundModel()
571 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString); in android_hardware_SoundTrigger_loadSoundModel()
579 jUuid = env->GetObjectField(jSoundModel, gSoundModelFields.vendorUuid); in android_hardware_SoundTrigger_loadSoundModel()
580 if (jUuid != NULL) { in android_hardware_SoundTrigger_loadSoundModel()
581 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString); in android_hardware_SoundTrigger_loadSoundModel()