/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHalInterface.h | 43 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
|
D | SoundTriggerHwService.h | 118 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory, 169 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
|
D | SoundTriggerHwService.cpp | 551 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTriggerHwService::Module 598 status = mHalInterface->loadSoundModel(sound_model, in loadSoundModel() 968 status_t SoundTriggerHwService::ModuleClient::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTriggerHwService::ModuleClient 985 return module->loadSoundModel(modelMemory, this, handle); in loadSoundModel()
|
D | SoundTriggerHalHidl.h | 67 virtual int loadSoundModel(struct sound_trigger_sound_model *sound_model,
|
D | SoundTriggerHalHidl.cpp | 139 int SoundTriggerHalHidl::loadSoundModel(struct sound_trigger_sound_model *sound_model, in loadSoundModel() function in android::SoundTriggerHalHidl 243 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 | 50 status_t loadSoundModel(const sp<IMemory>& modelMemory,
|
/frameworks/av/soundtrigger/ |
D | ISoundTrigger.cpp | 54 status_t loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::BpSoundTrigger 150 status_t status = loadSoundModel(modelMemory, &handle); in onTransact()
|
D | SoundTrigger.cpp | 155 status_t SoundTrigger::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTrigger 163 return mISoundTrigger->loadSoundModel(modelMemory, handle); in loadSoundModel()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 83 public native int loadSoundModel(SoundTrigger.SoundModel model, int[] soundModelHandle); in loadSoundModel() method in SoundTriggerModule
|
/frameworks/base/media/java/android/media/soundtrigger/ |
D | SoundTriggerManager.java | 243 public int loadSoundModel(SoundModel soundModel) { in loadSoundModel() method in SoundTriggerManager
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerHelper.java | 311 int status = mModule.loadSoundModel(soundModel, handle); in startRecognition()
|
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 675 status = module->loadSoundModel(memory, &handle); in android_hardware_SoundTrigger_loadSoundModel()
|