Home
last modified time | relevance | path

Searched refs:loadSoundModel (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/soundtrigger/
DISoundTrigger.cpp53 status_t loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::BpSoundTrigger
137 status_t status = loadSoundModel(modelMemory, &handle); in onTransact()
DSoundTrigger.cpp152 status_t SoundTrigger::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTrigger
160 return mISoundTrigger->loadSoundModel(modelMemory, handle); in loadSoundModel()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalInterface.h43 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
DSoundTriggerHalLegacy.h39 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
DSoundTriggerHwService.h116 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
166 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
DSoundTriggerHalLegacy.cpp77 int SoundTriggerHalLegacy::loadSoundModel(struct sound_trigger_sound_model *sound_model, in loadSoundModel() function in android::SoundTriggerHalLegacy
DSoundTriggerHalHidl.h54 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
DSoundTriggerHwService.cpp565 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTriggerHwService::Module
604 status_t status = mHalInterface->loadSoundModel(sound_model, in loadSoundModel()
964 status_t SoundTriggerHwService::ModuleClient::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTriggerHwService::ModuleClient
976 return module->loadSoundModel(modelMemory, this, handle); in loadSoundModel()
DSoundTriggerHalHidl.cpp69 int SoundTriggerHalHidl::loadSoundModel(struct sound_trigger_sound_model *sound_model, in loadSoundModel() function in android::SoundTriggerHalHidl
117 hidlReturn = soundtrigger->loadSoundModel(*halSoundModel, in loadSoundModel()
/frameworks/av/include/soundtrigger/
DISoundTrigger.h35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
DSoundTrigger.h48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTriggerModule.java76 public native int loadSoundModel(SoundTrigger.SoundModel model, int[] soundModelHandle); in loadSoundModel() method in SoundTriggerModule
/frameworks/base/core/jni/
Dandroid_hardware_SoundTrigger.cpp655 status = module->loadSoundModel(memory, &handle); in android_hardware_SoundTrigger_loadSoundModel()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerHelper.java305 int status = mModule.loadSoundModel(soundModel, handle); in startRecognition()