OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopRecognition
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/soundtrigger/
ISoundTrigger.cpp
105
virtual status_t
stopRecognition
(sound_model_handle_t handle)
181
status_t status =
stopRecognition
(handle);
SoundTrigger.cpp
185
status_t SoundTrigger::
stopRecognition
(sound_model_handle_t handle)
191
return mISoundTrigger->
stopRecognition
(handle);
/frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.cpp
352
int SoundTriggerHalHidl::
stopRecognition
(sound_model_handle_t handle)
361
ALOGE("
stopRecognition
model not found for handle %u", handle);
368
hidlReturn = soundtrigger->
stopRecognition
(model->mHalHandle);
372
ALOGE("
stopRecognition
error %s", hidlReturn.description().c_str());
SoundTriggerHwService.cpp
536
mHalInterface->
stopRecognition
(model->mHandle);
635
mHalInterface->
stopRecognition
(model->mHandle);
694
status_t SoundTriggerHwService::Module::
stopRecognition
(sound_model_handle_t handle)
696
ALOGV("
stopRecognition
() model handle %d", handle);
709
mHalInterface->
stopRecognition
(handle);
848
mHalInterface->
stopRecognition
(model->mHandle);
[
all
...]
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
SpeechActivity.java
271
public synchronized void
stopRecognition
() {
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
SpeechActivity.java
294
public synchronized void
stopRecognition
() {
Completed in 952 milliseconds