Home | History | Annotate | Download | only in soundtrigger

Lines Matching refs:loadSoundModel

551 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory,
555 ALOGV("loadSoundModel() handle");
575 ALOGE("loadSoundModel() data_size is too big");
592 ALOGW("loadSoundModel(): Not loading, max number of models (%d) would be exceeded",
598 status = mHalInterface->loadSoundModel(sound_model,
968 status_t SoundTriggerHwService::ModuleClient::loadSoundModel(const sp<IMemory>& modelMemory,
971 ALOGV("loadSoundModel() handle");
985 return module->loadSoundModel(modelMemory, this, handle);