Home | History | Annotate | Download | only in soundtrigger

Lines Matching refs:unloadSoundModel

538                     mHalInterface->unloadSoundModel(model->mHandle);
617 status_t SoundTriggerHwService::Module::unloadSoundModel(sound_model_handle_t handle)
619 ALOGV("unloadSoundModel() model handle %d", handle);
638 status = mHalInterface->unloadSoundModel(handle);
988 status_t SoundTriggerHwService::ModuleClient::unloadSoundModel(sound_model_handle_t handle)
990 ALOGV("unloadSoundModel
1001 return module->unloadSoundModel(handle);