Searched refs:onRecognitionEvent (Results 1 – 7 of 7) sorted by relevance
43 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory) in onRecognitionEvent() function in android::BpSoundTriggerClient86 onRecognitionEvent(eventMemory); in onTransact()
192 void SoundTrigger::onRecognitionEvent(const sp<IMemory>& eventMemory) in onRecognitionEvent() function in android::SoundTrigger200 mCallback->onRecognitionEvent( in onRecognitionEvent()
32 virtual void onRecognitionEvent(struct sound_trigger_recognition_event *event) = 0;
32 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory) = 0;
57 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory);
165 virtual void onRecognitionEvent(struct sound_trigger_recognition_event *event);200 void JNISoundTriggerCallback::onRecognitionEvent(struct sound_trigger_recognition_event *event) in onRecognitionEvent() function in JNISoundTriggerCallback
704 client->onRecognitionEvent(eventMemory); in onCallbackEvent()