Lines Matching refs:SoundModel
159 sp<SoundModel> model = mSoundModels.valueFor(modelId); in loadSoundModel()
214 V2_2_ISoundTriggerHw::SoundModel halSoundModel; in loadSoundModel()
227 V2_1_ISoundTriggerHw::SoundModel halSoundModel; in loadSoundModel()
240 ISoundTriggerHw::SoundModel halSoundModel; in loadSoundModel()
255 sp<SoundModel> model = new SoundModel(*handle, callback, cookie, halHandle); in loadSoundModel()
273 sp<SoundModel> model = removeModel(handle); in unloadSoundModel()
303 sp<SoundModel> model = getModel(handle); in startRecognition()
359 sp<SoundModel> model = getModel(handle); in stopRecognition()
411 sp<SoundModel> model = getModel(handle); in getModelState()
468 sp<SoundTriggerHalHidl::SoundModel> SoundTriggerHalHidl::getModel(sound_model_handle_t handle) in getModel()
474 sp<SoundTriggerHalHidl::SoundModel> SoundTriggerHalHidl::removeModel(sound_model_handle_t handle) in removeModel()
477 sp<SoundModel> model = mSoundModels.valueFor(handle); in removeModel()
551 void SoundTriggerHalHidl::convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal()
561 V2_1_ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal()
633 sp<SoundModel> model; in recognitionCallback()
657 sp<SoundModel> model; in phraseRecognitionCallback()
683 sp<SoundModel> model; in soundModelCallback()