Searched defs:unloadSoundModel (Results 1 - 8 of 8) sorted by path

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.cpp142 int SoundTriggerHalHidl::unloadSoundModel(sound_model_handle_t handle) function in class:android::SoundTriggerHalHidl
151 ALOGE("unloadSoundModel model not found for handle %u", handle);
158 hidlReturn = soundtrigger->unloadSoundModel(model->mHalHandle);
162 ALOGE("unloadSoundModel error %s", hidlReturn.description().c_str());
H A DSoundTriggerHalLegacy.cpp88 int SoundTriggerHalLegacy::unloadSoundModel(sound_model_handle_t handle) function in class:android::SoundTriggerHalLegacy
H A DSoundTriggerHwService.cpp562 mHalInterface->unloadSoundModel(model->mHandle);
644 status_t SoundTriggerHwService::Module::unloadSoundModel(sound_model_handle_t handle) function in class:android::SoundTriggerHwService::Module
646 ALOGV("unloadSoundModel() model handle %d", handle);
665 status = mHalInterface->unloadSoundModel(handle);
1001 status_t SoundTriggerHwService::ModuleClient::unloadSoundModel(sound_model_handle_t handle) function in class:android::SoundTriggerHwService::ModuleClient
1003 ALOGV("unloadSoundModel() model handle %d", handle);
1013 return module->unloadSoundModel(handle);
/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp73 virtual status_t unloadSoundModel(sound_model_handle_t handle) function in class:android::BpSoundTrigger
148 status_t status = unloadSoundModel(handle);
H A DSoundTrigger.cpp163 status_t SoundTrigger::unloadSoundModel(sound_model_handle_t handle) function in class:android::SoundTrigger
169 return mISoundTrigger->unloadSoundModel(handle);
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java90 public native int unloadSoundModel(int soundModelHandle); method in class:SoundTriggerModule
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerManager.java299 public int unloadSoundModel(UUID soundModelId) { method in class:SoundTriggerManager
304 return mSoundTriggerService.unloadSoundModel(
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java343 public int unloadSoundModel(ParcelUuid soundModelId) { method in class:SoundTriggerService.SoundTriggerServiceStub
347 Slog.i(TAG, "unloadSoundModel(): id = " + soundModelId);

Completed in 162 milliseconds