Lines Matching refs:cookie
58 const sp<V2_0::ISoundTriggerHwCallback>& callback, int32_t cookie,
62 int32_t cookie, loadPhraseSoundModel_cb _hidl_cb) override;
67 int32_t cookie) override;
74 int32_t cookie, loadSoundModel_2_1_cb _hidl_cb) override;
77 int32_t cookie,
82 int32_t cookie) override;
92 SoundModelClient(uint32_t id, V2_0::ISoundTriggerHwCallback::CallbackCookie cookie) in SoundModelClient()
93 : mId(id), mCookie(cookie) {} in SoundModelClient()
131 SoundModelClient_2_0(uint32_t id, V2_0::ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_0()
133 : SoundModelClient(id, cookie), mCallback(callback) {} in SoundModelClient_2_0()
161 static void soundModelCallback(struct sound_trigger_model_event* halEvent, void* cookie);
162 static void recognitionCallback(struct sound_trigger_recognition_event* halEvent, void* cookie);
173 SoundModelClient_2_1(uint32_t id, V2_1::ISoundTriggerHwCallback::CallbackCookie cookie, in SoundModelClient_2_1()
175 : SoundModelClient(id, cookie), mCallback(callback) {} in SoundModelClient_2_1()