Searched refs:jEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 212 jobject jEvent = NULL; in onRecognitionEvent() local 272 jEvent = env->NewObject(gKeyphraseRecognitionEventClass, gKeyphraseRecognitionEventCstor, in onRecognitionEvent() 279 jEvent = env->NewObject(gGenericRecognitionEventClass, gGenericRecognitionEventCstor, in onRecognitionEvent() 285 jEvent = env->NewObject(gRecognitionEventClass, gRecognitionEventCstor, in onRecognitionEvent() 300 SOUNDTRIGGER_EVENT_RECOGNITION, 0, 0, jEvent); in onRecognitionEvent() 302 env->DeleteLocalRef(jEvent); in onRecognitionEvent() 312 jobject jEvent = NULL; in onSoundModelEvent() local 322 jEvent = env->NewObject(gSoundModelEventClass, gSoundModelEventCstor, in onSoundModelEvent() 327 SOUNDTRIGGER_EVENT_SOUNDMODEL, 0, 0, jEvent); in onSoundModelEvent() 328 env->DeleteLocalRef(jEvent); in onSoundModelEvent()
|