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

  /frameworks/av/soundtrigger/
ISoundTrigger.cpp 71 virtual status_t unloadSoundModel(sound_model_handle_t handle)
146 status_t status = unloadSoundModel(handle);
SoundTrigger.cpp 163 status_t SoundTrigger::unloadSoundModel(sound_model_handle_t handle)
169 return mISoundTrigger->unloadSoundModel(handle);
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTriggerModule.java 93 public native int unloadSoundModel(int soundModelHandle);
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 571 status_t SoundTriggerHwService::Module::unloadSoundModel(sound_model_handle_t handle)
573 ALOGV("unloadSoundModel() model handle %d", handle);

Completed in 295 milliseconds