Lines Matching refs:sp
41 static sp<SoundTrigger> attach(const sound_trigger_module_handle_t module,
42 const sp<SoundTriggerCallback>& callback);
48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
57 virtual void onRecognitionEvent(const sp<IMemory>& eventMemory);
58 virtual void onSoundModelEvent(const sp<IMemory>& eventMemory);
59 virtual void onServiceStateChange(const sp<IMemory>& eventMemory);
70 const sp<SoundTriggerCallback>&);
71 static const sp<ISoundTriggerHwService>& getSoundTriggerHwService();
74 sp<ISoundTrigger> mISoundTrigger;
76 sp<SoundTriggerCallback> mCallback;