Searched defs:loadSoundModel (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp53 status_t loadSoundModel(const sp<IMemory>& modelMemory, function in class:android::BpSoundTrigger
137 status_t status = loadSoundModel(modelMemory, &handle);
H A DSoundTrigger.cpp152 status_t SoundTrigger::loadSoundModel(const sp<IMemory>& modelMemory, function in class:android::SoundTrigger
160 return mISoundTrigger->loadSoundModel(modelMemory, handle);
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java76 public native int loadSoundModel(SoundTrigger.SoundModel model, int[] soundModelHandle); method in class:SoundTriggerModule
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp522 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory, function in class:android::SoundTriggerHwService::Module
525 ALOGV("loadSoundModel() handle");
531 ALOGE("loadSoundModel() modelMemory is 0 or has NULL pointer()");
543 ALOGW("loadSoundModel() max number of models exceeded %d making room for a new one",

Completed in 122 milliseconds