Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp483 : mService(service), mHalInterface(halInterface), mDescriptor(descriptor), in Module()
540 if (mHalInterface != 0) { in detach()
542 mHalInterface->stopRecognition(model->mHandle); in detach()
544 mHalInterface->unloadSoundModel(model->mHandle); in detach()
562 if (mHalInterface == 0) { in loadSoundModel()
607 status = mHalInterface->loadSoundModel(sound_model, in loadSoundModel()
634 if (mHalInterface == 0) { in unloadSoundModel()
644 mHalInterface->stopRecognition(model->mHandle); in unloadSoundModel()
647 status = mHalInterface->unloadSoundModel(handle); in unloadSoundModel()
659 if (mHalInterface == 0) { in startRecognition()
[all …]
DSoundTriggerHwService.h126 sp<SoundTriggerHalInterface> halInterface() const { return mHalInterface; } in halInterface()
145 sp<SoundTriggerHalInterface> mHalInterface; variable