HomeSort by relevance Sort by last modified time
    Searched refs:modelMemory (Results 1 - 6 of 6) sorted by null

  /frameworks/av/include/soundtrigger/
ISoundTrigger.h 35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
SoundTrigger.h 50 status_t loadSoundModel(const sp<IMemory>& modelMemory,
  /frameworks/av/soundtrigger/
ISoundTrigger.cpp 54 status_t loadSoundModel(const sp<IMemory>& modelMemory,
57 if (modelMemory == 0 || handle == NULL) {
62 data.writeStrongBinder(IInterface::asBinder(modelMemory));
147 sp<IMemory> modelMemory = interface_cast<IMemory>(
150 status_t status = loadSoundModel(modelMemory, &handle);
SoundTrigger.cpp 155 status_t SoundTrigger::loadSoundModel(const sp<IMemory>& modelMemory,
163 return mISoundTrigger->loadSoundModel(modelMemory, handle);
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 118 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
169 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
SoundTriggerHwService.cpp 551 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory,
561 (struct sound_trigger_sound_model *)modelMemory->pointer();
572 modelMemory->size() < sound_model->data_offset ||
573 sound_model->data_size > (modelMemory->size() - sound_model->data_offset)) {
968 status_t SoundTriggerHwService::ModuleClient::loadSoundModel(const sp<IMemory>& modelMemory,
977 if (checkIMemory(modelMemory) != NO_ERROR) {
985 return module->loadSoundModel(modelMemory, this, handle);
    [all...]

Completed in 224 milliseconds