Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp30 void SoundTriggerHalImpl::soundModelCallback(struct sound_trigger_model_event* halEvent, in soundModelCallback()
52 void SoundTriggerHalImpl::recognitionCallback(struct sound_trigger_recognition_event* halEvent, in recognitionCallback()
434 ISoundTriggerHwCallback::ModelEvent* event, const struct sound_trigger_model_event* halEvent) { in convertSoundModelEventFromHal()
445 const struct sound_trigger_phrase_recognition_event* halEvent) { in convertPhaseRecognitionEventFromHal()
456 const struct sound_trigger_recognition_event* halEvent) { in convertRecognitionEventFromHal()
489 struct sound_trigger_recognition_event* halEvent) { in recognitionCallback()
505 struct sound_trigger_model_event* halEvent) { in soundModelCallback()
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp48 void soundModelCallback_(struct sound_trigger_model_event* halEvent, void* cookie) { in soundModelCallback_()
70 void recognitionCallback_(struct sound_trigger_recognition_event* halEvent, void* cookie) { in recognitionCallback_()
458 const struct sound_trigger_model_event* halEvent) { in convertSoundModelEventFromHal()
469 const struct sound_trigger_phrase_recognition_event* halEvent) { in convertPhaseRecognitionEventFromHal()
480 const struct sound_trigger_recognition_event* halEvent) { in convertRecognitionEventFromHal()
514 struct sound_trigger_recognition_event* halEvent) { in recognitionCallback()
530 struct sound_trigger_model_event* halEvent) { in soundModelCallback()
654 struct sound_trigger_recognition_event* halEvent) { in recognitionCallback()
681 struct sound_trigger_model_event* halEvent) { in soundModelCallback()
/aosp12/hardware/interfaces/soundtrigger/2.3/default/
H A DSoundTriggerHw.cpp47 void soundModelCallback_(struct sound_trigger_model_event* halEvent, void* cookie) { in soundModelCallback_()
70 void recognitionCallback_(struct sound_trigger_recognition_event* halEvent, void* cookie) { in recognitionCallback_()
514 const struct sound_trigger_model_event* halEvent) { in convertSoundModelEventFromHal()
525 const struct sound_trigger_phrase_recognition_event* halEvent) { in convertPhaseRecognitionEventFromHal()
536 const struct sound_trigger_recognition_event* halEvent) { in convertRecognitionEventFromHal()
570 struct sound_trigger_recognition_event* halEvent) { in recognitionCallback()
586 struct sound_trigger_model_event* halEvent) { in soundModelCallback()
710 struct sound_trigger_recognition_event* halEvent) { in recognitionCallback()
737 struct sound_trigger_model_event* halEvent) { in soundModelCallback()
/aosp12/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.cpp33 void Tuner::onCallback(radio_hal_event_t *halEvent) in onCallback()
79 void Tuner::callback(radio_hal_event_t *halEvent, void *cookie) in callback()
/aosp12/hardware/interfaces/soundtrigger/2.1/default/
H A DSoundTriggerHw.cpp149 struct sound_trigger_recognition_event* halEvent) { in recognitionCallback()
176 struct sound_trigger_model_event* halEvent) { in soundModelCallback()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareImplTest.java230 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.RecognitionEvent halEvent = in createRecognitionEvent_2_0() local
255 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent halEvent = in createRecognitionEvent_2_1() local
278 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.PhraseRecognitionEvent halEvent = in createPhraseRecognitionEvent_2_0() local
299 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent halEvent = in createPhraseRecognitionEvent_2_1() local