Searched refs:stHal (Results 1 – 1 of 1) sorted by relevance
94 sp<ISoundTriggerHw> stHal = ISoundTriggerHw::getService(); in osloLoadSoundModel() local95 if (stHal == nullptr) { in osloLoadSoundModel()99 Return<void> hidlResult = stHal->loadSoundModel(soundModel, NULL, 0, in osloLoadSoundModel()127 sp<ISoundTriggerHw> stHal = ISoundTriggerHw::getService(); in osloUnloadSoundModel() local128 if (stHal == nullptr) { in osloUnloadSoundModel()131 Return<int32_t> hidlResult = stHal->unloadSoundModel(hndl); in osloUnloadSoundModel()