Lines Matching refs:TAG

63     static final String TAG = "SoundTriggerHelper";
118 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
143 Slog.w(TAG, "Passed in bad data to startGenericRecognition().");
150 Slog.w(TAG, "Irrecoverable error occurred, check UUID / sound model data.");
176 Slog.d(TAG, "startKeyphraseRecognition for keyphraseId=" + keyphraseId
179 Slog.d(TAG, "moduleProperties=" + mModuleProperties);
185 Slog.e(TAG, "Generic model with same UUID exists.");
216 Slog.w(TAG, "Unable to stop or unload previous model: " +
240 Slog.w(TAG, "Attempting startRecognition without the capability");
246 Slog.w(TAG, "startRecognition cannot attach to sound trigger module");
280 Slog.w(TAG, "Unable to stop or unload previous model: " +
289 Slog.w(TAG, "Canceling previous recognition for model id: " +
294 Slog.w(TAG, "RemoteException in onDetectionStopped", e);
305 Slog.w(TAG, "loadSoundModel call failed with " + status);
309 Slog.w(TAG, "loadSoundModel call returned invalid sound model handle");
314 Slog.d(TAG, "Sound model loaded with handle:" + handle[0]);
340 Slog.e(TAG, "Null callbackreceived for stopGenericRecognition() for modelid:" +
347 Slog.w(TAG, "Attempting stopRecognition on invalid model with id:" + modelId);
353 Slog.w(TAG, "stopGenericRecognition failed: " + status);
373 Slog.e(TAG, "Null callback received for stopKeyphraseRecognition() for keyphraseId:" +
380 Slog.e(TAG, "No model exists for given keyphrase Id.");
385 Slog.d(TAG, "stopRecognition for keyphraseId=" + keyphraseId + ", callback =" +
387 Slog.d(TAG, "current callback=" + (modelData == null ? "null" :
412 Slog.w(TAG, "Attempting stopRecognition without the capability");
420 Slog.w(TAG, "Attempting stopRecognition without a successful startRecognition");
427 Slog.w(TAG, "Attempting stopRecognition for another recognition");
466 Slog.w(TAG, "stopRecognition failed: " + status);
472 Slog.d(TAG, "Unloading previously loaded stale model.");
476 Slog.w(TAG, "unloadSoundModel call failed with " + status);
503 Slog.w(TAG, "Stop recognition failed for keyphrase ID:" + status);
508 Slog.w(TAG, "unloadKeyphraseSoundModel call failed with " + status);
525 Slog.w(TAG, "Unload error: Attempting unload invalid generic model with id:" +
531 Slog.i(TAG, "Unload: Given generic model is not loaded:" + modelId);
538 Slog.w(TAG, "stopGenericRecognition failed: " + status);
544 Slog.w(TAG, "unloadGenericSoundModel() call failed with " + status);
545 Slog.w(TAG, "unloadGenericSoundModel() force-marking model as unloaded.");
559 Slog.w(TAG, "Null recognition event!");
565 Slog.w(TAG, "Invalid recognition event type (not one of generic or keyphrase)!");
569 if (DBG) Slog.d(TAG, "onRecognition: " + event);
601 Slog.w(TAG, "Generic recognition event: Model does not exist for handle: " +
608 Slog.w(TAG, "Generic recognition event: Null callback for model handle: " +
616 Slog.w(TAG, "RemoteException in onGenericSoundTriggerDetected", e);
622 Slog.w(TAG, "Generic recognition event: Null RecognitionConfig for model handle: " +
638 Slog.w(TAG, "Invalid sound model event!");
641 if (DBG) Slog.d(TAG, "onSoundModelUpdate: " + event);
650 if (DBG) Slog.d(TAG, "onServiceStateChange, state: " + state);
658 Slog.e(TAG, "onServiceDied!!");
696 Slog.w(TAG, "Recognition aborted");
704 Slog.w(TAG, "RemoteException in onRecognitionPaused", e);
710 Slog.w(TAG, "Recognition failure");
715 Slog.w(TAG, "RemoteException in onError", e);
724 Slog.w(TAG, "Null RecognitionEvent received.");
730 Slog.w(TAG, "Invalid keyphrase recognition event!");
738 Slog.i(TAG, "Recognition success");
744 Slog.e(TAG, "Keyphase model data does not exist for ID:" + keyphraseId);
749 Slog.w(TAG, "Received onRecognition event without callback for keyphrase model.");
756 Slog.w(TAG, "RemoteException in onKeyphraseDetected", e);
798 Slog.w(TAG, "RemoteException in onError", e);
831 if (DBG) Slog.d(TAG, "onCallStateChanged: " + state);
845 if (DBG) Slog.d(TAG, "onPowerSaveModeChanged: " + active);
896 Slog.e(TAG, "UUID already used for non-generic model.");
958 Slog.w(TAG, "startRecognition: Bad data passed in.");
965 Slog.w(TAG, "startRecognition requested but not allowed.");
972 Slog.w(TAG, "startRecognition failed with " + status);
979 Slog.w(TAG, "RemoteException in onError", e);
983 Slog.i(TAG, "startRecognition successful.");
991 Slog.w(TAG, "RemoteException in onRecognitionResumed", e);
996 Slog.d(TAG, "Model being started :" + modelData.toString());
1010 Slog.w(TAG, "stopRecognition call failed with " + status);
1016 Slog.w(TAG, "RemoteException in onError", e);
1027 Slog.w(TAG, "RemoteException in onRecognitionPaused", e);
1032 Slog.d(TAG, "Model being stopped :" + modelData.toString());
1040 Slog.i(TAG, "Model :" + modelData.toString());