HomeSort by relevance Sort by last modified time
    Searched defs:unloadSoundModel (Results 1 - 4 of 4) sorted by null

  /frameworks/av/soundtrigger/
ISoundTrigger.cpp 74 virtual status_t unloadSoundModel(sound_model_handle_t handle)
161 status_t status = unloadSoundModel(handle);
SoundTrigger.cpp 166 status_t SoundTrigger::unloadSoundModel(sound_model_handle_t handle)
172 return mISoundTrigger->unloadSoundModel(handle);
  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.cpp 266 int SoundTriggerHalHidl::unloadSoundModel(sound_model_handle_t handle)
275 ALOGE("unloadSoundModel model not found for handle %u", handle);
282 hidlReturn = soundtrigger->unloadSoundModel(model->mHalHandle);
286 ALOGE("unloadSoundModel error %s", hidlReturn.description().c_str());
SoundTriggerHwService.cpp 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)
    [all...]

Completed in 812 milliseconds