Searched refs:jUuid (Results 1 – 1 of 1) sorted by relevance
498 jobject jUuid; in android_hardware_SoundTrigger_loadSoundModel() local532 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()