Home | History | Annotate | Download | only in soundtrigger

Lines Matching defs:startRecognition

70      * Return codes for {@link #startRecognition(int, KeyphraseSoundModel,
132 * startRecognition()}.
156 return startRecognition(soundModel, modelData, callback, recognitionConfig,
209 return startRecognition(soundModel, model, callback, recognitionConfig,
238 int startRecognition(SoundModel soundModel, ModelData modelData,
243 Slog.w(TAG, "Attempting startRecognition without the capability");
249 Slog.w(TAG, "startRecognition cannot attach to sound trigger module");
427 Slog.w(TAG, "Attempting stopRecognition without a successful startRecognition");
1069 Slog.w(TAG, "startRecognition: Bad data passed in.");
1076 Slog.w(TAG, "startRecognition requested but not allowed.");
1081 int status = mModule.startRecognition(handle, config);
1083 Slog.w(TAG, "startRecognition failed with " + status);
1096 Slog.i(TAG, "startRecognition successful.");