Lines Matching refs:ISoundTriggerHwCallback
130 const sp<ISoundTriggerHwCallback>& callback, in loadSoundModel()
131 ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel()
140 const sp<ISoundTriggerHwCallback>& callback, ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel()
434 ISoundTriggerHwCallback::ModelEvent* event, const struct sound_trigger_model_event* halEvent) { in convertSoundModelEventFromHal()
435 event->status = (ISoundTriggerHwCallback::SoundModelStatus)halEvent->status; in convertSoundModelEventFromHal()
444 ISoundTriggerHwCallback::PhraseRecognitionEvent* event, in convertPhaseRecognitionEventFromHal()
455 ISoundTriggerHwCallback::RecognitionEvent* event, in convertRecognitionEventFromHal()
457 event->status = static_cast<ISoundTriggerHwCallback::RecognitionStatus>(halEvent->status); in convertRecognitionEventFromHal()
491 ISoundTriggerHwCallback::PhraseRecognitionEvent event; in recognitionCallback()
497 ISoundTriggerHwCallback::RecognitionEvent event; in recognitionCallback()
506 ISoundTriggerHwCallback::ModelEvent event; in soundModelCallback()