Lines Matching full:recognition
86 /** Recognition modes supported by this key phrase */
119 /** Capture and buffer audio for this recognition instance */
138 * Load a sound model. Once loaded, recognition of this model can be
139 * started and stopped. Only one active recognition per model at a time.
140 * The SoundTrigger service must handle concurrent recognition requests by
166 * Load a key phrase sound model. Once loaded, recognition of this model can
167 * be started and stopped. Only one active recognition per model at a time.
168 * The SoundTrigger service must handle concurrent recognition requests by
205 * Start recognition on a given model. Only one recognition active
206 * at a time per model. Once recognition succeeds of fails, the callback
208 * @param modelHandle the handle of the sound model to use for recognition
210 * recognition to perform
212 * method must be called upon recognition.
213 * @param cookie The value of the cookie argument passed to the recognition
217 * -EINVAL in case of invalid recognition attributes,
229 * Stop recognition on a given model.
230 * The implementation must not call the recognition callback when stopped
232 * @param modelHandle The handle of the sound model to use for recognition
241 * Stop recognition on all models.