/frameworks/av/soundtrigger/ |
D | ISoundTrigger.cpp | 53 status_t loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::BpSoundTrigger 137 status_t status = loadSoundModel(modelMemory, &handle); in onTransact()
|
D | SoundTrigger.cpp | 152 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/ |
D | SoundTriggerHalInterface.h | 43 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
|
D | SoundTriggerHalLegacy.h | 39 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
|
D | SoundTriggerHwService.h | 116 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory, 166 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
|
D | SoundTriggerHalLegacy.cpp | 77 int SoundTriggerHalLegacy::loadSoundModel(struct sound_trigger_sound_model *sound_model, in loadSoundModel() function in android::SoundTriggerHalLegacy
|
D | SoundTriggerHalHidl.h | 54 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
|
D | SoundTriggerHwService.cpp | 565 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()
|
D | SoundTriggerHalHidl.cpp | 69 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/ |
D | ISoundTrigger.h | 35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
|
D | SoundTrigger.h | 48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 76 public native int loadSoundModel(SoundTrigger.SoundModel model, int[] soundModelHandle); in loadSoundModel() method in SoundTriggerModule
|
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 655 status = module->loadSoundModel(memory, &handle); in android_hardware_SoundTrigger_loadSoundModel()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerHelper.java | 305 int status = mModule.loadSoundModel(soundModel, handle); in startRecognition()
|