Searched refs:halSoundModel (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 94 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()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 112 struct sound_trigger_sound_model* halSoundModel; in doLoadSoundModel() local 121 halSoundModel = convertSoundModelToHal(&soundModel); in doLoadSoundModel() 122 if (halSoundModel == NULL) { in doLoadSoundModel() 128 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback_, client.get(), in doLoadSoundModel() 131 free(halSoundModel); in doLoadSoundModel()
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.cpp | 113 struct sound_trigger_sound_model* halSoundModel; in doLoadSoundModel() local 122 halSoundModel = convertSoundModelToHal(&soundModel); in doLoadSoundModel() 123 if (halSoundModel == NULL) { in doLoadSoundModel() 129 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback_, client.get(), in doLoadSoundModel() 132 free(halSoundModel); in doLoadSoundModel()
|