Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_SoundTrigger.cpp498 jobject jUuid; in android_hardware_SoundTrigger_loadSoundModel() local
532 jUuid = env->GetObjectField(jSoundModel, gSoundModelFields.uuid); in android_hardware_SoundTrigger_loadSoundModel()
533 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString); in android_hardware_SoundTrigger_loadSoundModel()
541 jUuid = env->GetObjectField(jSoundModel, gSoundModelFields.vendorUuid); in android_hardware_SoundTrigger_loadSoundModel()
542 if (jUuid != NULL) { in android_hardware_SoundTrigger_loadSoundModel()
543 jUuidString = (jstring)env->CallObjectMethod(jUuid, gUUIDMethods.toString); in android_hardware_SoundTrigger_loadSoundModel()