11 #include <androidjni/JNIBase.h> 12 #include <androidjni/SpeechRecognizer.h> 18 :
public CJNISpeechRecognitionListener,
19 public CJNIInterfaceImplem<CJNIXBMCSpeechRecognitionListener>
25 static void RegisterNatives(JNIEnv* env);
27 void onReadyForSpeech(CJNIBundle bundle)
override {}
28 void onError(
int error)
override {}
29 void onResults(CJNIBundle bundle)
override {}
32 static void _onReadyForSpeech(JNIEnv* env, jobject thiz, jobject bundle);
33 static void _onError(JNIEnv* env, jobject thiz, jint i);
34 static void _onResults(JNIEnv* env, jobject thiz, jobject bundle);
Definition: JNIXBMCSpeechRecognitionListener.h:17
Definition: JNIMainActivity.h:15