Searched refs:loadSoundModel (Results 1 – 9 of 9) sorted by relevance
/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/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/av/services/soundtrigger/ |
D | SoundTriggerHwService.h | 114 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
|
D | SoundTriggerHwService.cpp | 530 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() function in android::SoundTriggerHwService::Module
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerHelper.java | 303 int status = mModule.loadSoundModel(soundModel, handle); in startRecognition()
|
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 655 status = module->loadSoundModel(memory, &handle); in android_hardware_SoundTrigger_loadSoundModel()
|