Lines Matching defs:stopRecognition
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);
1024 status_t SoundTriggerHwService::ModuleClient::stopRecognition(sound_model_handle_t handle)
1026 ALOGV("stopRecognition() model handle %d", handle);
1037 return module->stopRecognition(handle);