Searched defs:halEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.cpp438 const ISoundTriggerHwCallback::RecognitionEvent& halEvent,
449 struct sound_trigger_recognition_event *event = convertRecognitionEventFromHal(&halEvent);
462 const ISoundTriggerHwCallback::PhraseRecognitionEvent& halEvent,
475 (const ISoundTriggerHwCallback::RecognitionEvent *)&halEvent);
489 const ISoundTriggerHwCallback::ModelEvent& halEvent,
501 struct sound_trigger_model_event *event = convertSoundModelEventFromHal(&halEvent);
516 const ISoundTriggerHwCallback::ModelEvent *halEvent)
520 halEvent->data.size());
525 event->status = (int)halEvent->status;
528 event->data_size = halEvent
437 recognitionCallback( const ISoundTriggerHwCallback::RecognitionEvent& halEvent, CallbackCookie cookie) argument
461 phraseRecognitionCallback( const ISoundTriggerHwCallback::PhraseRecognitionEvent& halEvent, CallbackCookie cookie) argument
488 soundModelCallback( const ISoundTriggerHwCallback::ModelEvent& halEvent, CallbackCookie cookie) argument
515 convertSoundModelEventFromHal( const ISoundTriggerHwCallback::ModelEvent *halEvent) argument
553 convertRecognitionEventFromHal( const ISoundTriggerHwCallback::RecognitionEvent *halEvent) argument
[all...]

Completed in 17 milliseconds