Searched refs:jEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 203 jobject jEvent = NULL; in onRecognitionEvent() local 263 jEvent = env->NewObject(gKeyphraseRecognitionEventClass, gKeyphraseRecognitionEventCstor, in onRecognitionEvent() 270 jEvent = env->NewObject(gRecognitionEventClass, gRecognitionEventCstor, in onRecognitionEvent() 285 SOUNDTRIGGER_EVENT_RECOGNITION, 0, 0, jEvent); in onRecognitionEvent() 287 env->DeleteLocalRef(jEvent); in onRecognitionEvent() 297 jobject jEvent = NULL; in onSoundModelEvent() local 307 jEvent = env->NewObject(gSoundModelEventClass, gSoundModelEventCstor, in onSoundModelEvent() 312 SOUNDTRIGGER_EVENT_SOUNDMODEL, 0, 0, jEvent); in onSoundModelEvent() 313 env->DeleteLocalRef(jEvent); in onSoundModelEvent()
|