Searched refs:recognitionCallback (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/soundtrigger/2.0/
H A DISoundTriggerHwCallback.hal98 recognitionCallback(RecognitionEvent event, CallbackCookie cookie);
/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.h67 static void recognitionCallback(struct sound_trigger_recognition_event *halEvent,
H A DSoundTriggerHalImpl.cpp58 void SoundTriggerHalImpl::recognitionCallback(struct sound_trigger_recognition_event *halEvent, function in class:android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl
62 ALOGW("recognitionCallback call NULL event");
79 client->mCallback->recognitionCallback(*event, client->mCookie);
247 recognitionCallback, client.get());
/hardware/interfaces/soundtrigger/2.0/vts/functional/
H A DVtsHalSoundtriggerV2_0TargetTest.cpp110 virtual Return<void> recognitionCallback( function in class:SoundTriggerHidlTest::SoundTriggerHwCallback

Completed in 204 milliseconds