Loading services/soundtrigger/SoundTriggerHwService.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -583,7 +583,7 @@ status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelM unloadSoundModel_l(mModels.valueAt(0)->mHandle, &freedSession); } status_t status = mHwDevice->load_sound_model(mHwDevice, status = mHwDevice->load_sound_model(mHwDevice, sound_model, SoundTriggerHwService::soundModelCallback, this, Loading Loading
services/soundtrigger/SoundTriggerHwService.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -583,7 +583,7 @@ status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelM unloadSoundModel_l(mModels.valueAt(0)->mHandle, &freedSession); } status_t status = mHwDevice->load_sound_model(mHwDevice, status = mHwDevice->load_sound_model(mHwDevice, sound_model, SoundTriggerHwService::soundModelCallback, this, Loading