Lines Matching refs:ISoundTriggerHwCallback
36 using ::android::hardware::soundtrigger::V2_0::ISoundTriggerHwCallback;
46 SoundModelClient(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie) in SoundModelClient()
60 ISoundTriggerHwCallback::CallbackCookie mCookie;
64 ISoundTriggerHwCallback::PhraseRecognitionEvent* event,
67 ISoundTriggerHwCallback::RecognitionEvent* event,
69 static void convertSoundModelEventFromHal(ISoundTriggerHwCallback::ModelEvent* event,
76 const sp<ISoundTriggerHwCallback>& callback,
77 ISoundTriggerHwCallback::CallbackCookie cookie,
80 const sp<ISoundTriggerHwCallback>& callback,
81 ISoundTriggerHwCallback::CallbackCookie cookie,
105 const sp<ISoundTriggerHwCallback>& callback, in loadSoundModel()
106 ISoundTriggerHwCallback::CallbackCookie cookie, in loadSoundModel()
111 const sp<ISoundTriggerHwCallback>& callback, in loadPhraseSoundModel()
112 ISoundTriggerHwCallback::CallbackCookie cookie, in loadPhraseSoundModel()
121 const sp<ISoundTriggerHwCallback>& /*callback*/, in startRecognition()
122 ISoundTriggerHwCallback::CallbackCookie /*cookie*/) override { in startRecognition()
136 SoundModelClient_2_0(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0()
137 sp<ISoundTriggerHwCallback> callback) in SoundModelClient_2_0()
144 sp<ISoundTriggerHwCallback> mCallback;