Searched refs:jPhrase (Results 1 – 1 of 1) sorted by relevance
599 jobject jPhrase = env->GetObjectArrayElement(jPhrases, i); in android_hardware_SoundTrigger_loadSoundModel() local601 env->GetIntField(jPhrase,gKeyphraseFields.id); in android_hardware_SoundTrigger_loadSoundModel()603 env->GetIntField(jPhrase,gKeyphraseFields.recognitionModes); in android_hardware_SoundTrigger_loadSoundModel()605 jintArray jUsers = (jintArray)env->GetObjectField(jPhrase, gKeyphraseFields.users); in android_hardware_SoundTrigger_loadSoundModel()614 jstring jLocale = (jstring)env->GetObjectField(jPhrase, gKeyphraseFields.locale); in android_hardware_SoundTrigger_loadSoundModel()619 jstring jText = (jstring)env->GetObjectField(jPhrase, gKeyphraseFields.text); in android_hardware_SoundTrigger_loadSoundModel()631 env->DeleteLocalRef(jPhrase); in android_hardware_SoundTrigger_loadSoundModel()725 jobject jPhrase = env->GetObjectArrayElement(jPhrases, i); in android_hardware_SoundTrigger_startRecognition() local726 config->phrases[i].id = env->GetIntField(jPhrase, in android_hardware_SoundTrigger_startRecognition()728 config->phrases[i].recognition_modes = env->GetIntField(jPhrase, in android_hardware_SoundTrigger_startRecognition()[all …]