Searched refs:stopRecognition (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/include/soundtrigger/
H A DISoundTrigger.h42 virtual status_t stopRecognition(sound_model_handle_t handle) = 0;
H A DSoundTrigger.h54 status_t stopRecognition(sound_model_handle_t handle);
/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractionManagerService.aidl78 int stopRecognition(in IVoiceInteractionService service, int keyphraseId,
/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp102 virtual status_t stopRecognition(sound_model_handle_t handle) function in class:android::BpSoundTrigger
166 status_t status = stopRecognition(handle);
H A DSoundTrigger.cpp182 status_t SoundTrigger::stopRecognition(sound_model_handle_t handle) function in class:android::SoundTrigger
188 return mISoundTrigger->stopRecognition(handle);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java301 stopRecognition();
339 stopRecognition();
491 stopRecognition();
500 public void stopRecognition() { method in class:SearchBar
501 if (DEBUG) Log.v(TAG, String.format("stopRecognition (listening: %s, recognizing: %s)",
632 stopRecognition();
649 stopRecognition();
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java127 public native int stopRecognition(int soundModelHandle); method in class:SoundTriggerModule
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java240 mHotwordDetector.stopRecognition();
H A DAlwaysOnHotwordDetector.java430 public boolean stopRecognition() { method in class:AlwaysOnHotwordDetector
431 if (DBG) Slog.d(TAG, "stopRecognition()");
434 throw new IllegalStateException("stopRecognition called on an invalid detector");
592 code = mModelManagementService.stopRecognition(
595 Slog.w(TAG, "RemoteException in stopRecognition!", e);
599 Slog.w(TAG, "stopRecognition() failed with error code " + code);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java57 * {@link #stopRecognition(int, IRecognitionStatusCallback)}
236 int stopRecognition(int keyphraseId, IRecognitionStatusCallback listener) { method in class:SoundTriggerHelper
243 Slog.d(TAG, "stopRecognition for keyphraseId=" + keyphraseId
250 Slog.w(TAG, "Attempting stopRecognition without the capability");
256 Slog.w(TAG, "Attempting stopRecognition without a successful startRecognition");
262 Slog.w(TAG, "Attempting stopRecognition for another recognition");
494 int status = mModule.stopRecognition(mCurrentSoundModelHandle);
496 Slog.w(TAG, "stopRecognition call failed with " + status);
H A DVoiceInteractionManagerService.java632 public int stopRecognition(IVoiceInteractionService service, int keyphraseId, method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
645 return mSoundTriggerHelper.stopRecognition(keyphraseId, callback);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h121 virtual status_t stopRecognition(sound_model_handle_t handle);
H A DSoundTriggerHwService.cpp646 status_t SoundTriggerHwService::Module::stopRecognition(sound_model_handle_t handle) function in class:android::SoundTriggerHwService::Module
648 ALOGV("stopRecognition() model handle %d", handle);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DSearchFragment.java377 mSearchBar.stopRecognition();
H A DSearchSupportFragment.java379 mSearchBar.stopRecognition();
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp762 ALOGV("stopRecognition");
767 status = module->stopRecognition(jHandle);
797 {"stopRecognition",

Completed in 510 milliseconds