Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_sound_model_control.cpp94 sp<ISoundTriggerHw> stHal = ISoundTriggerHw::getService(); in osloLoadSoundModel() local
95 if (stHal == nullptr) { in osloLoadSoundModel()
99 Return<void> hidlResult = stHal->loadSoundModel(soundModel, NULL, 0, in osloLoadSoundModel()
127 sp<ISoundTriggerHw> stHal = ISoundTriggerHw::getService(); in osloUnloadSoundModel() local
128 if (stHal == nullptr) { in osloUnloadSoundModel()
131 Return<int32_t> hidlResult = stHal->unloadSoundModel(hndl); in osloUnloadSoundModel()