Searched refs:modelMemory (Results 1 – 6 of 6) sorted by relevance
53 status_t loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() argument56 if (modelMemory == 0 || handle == NULL) { in loadSoundModel()61 data.writeStrongBinder(IInterface::asBinder(modelMemory)); in loadSoundModel()134 sp<IMemory> modelMemory = interface_cast<IMemory>( in onTransact() local137 status_t status = loadSoundModel(modelMemory, &handle); in onTransact()
152 status_t SoundTrigger::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() argument160 return mISoundTrigger->loadSoundModel(modelMemory, handle); in loadSoundModel()
35 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,
48 status_t loadSoundModel(const sp<IMemory>& modelMemory,
530 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel() argument538 if (modelMemory == 0 || modelMemory->pointer() == NULL) { in loadSoundModel()543 (struct sound_trigger_sound_model *)modelMemory->pointer(); in loadSoundModel()
114 virtual status_t loadSoundModel(const sp<IMemory>& modelMemory,