Home
last modified time | relevance | path

Searched refs:halSoundModel (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.cpp94 struct sound_trigger_sound_model* halSoundModel; in doLoadSoundModel() local
103 halSoundModel = convertSoundModelToHal(&soundModel); in doLoadSoundModel()
104 if (halSoundModel == NULL) { in doLoadSoundModel()
110 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback, client.get(), in doLoadSoundModel()
113 free(halSoundModel); in doLoadSoundModel()