Lines Matching refs:Module
99 sp<Module> module = new Module(this, halInterface, descriptor); in onFirstRef()
155 sp<Module> module = mModules.valueAt(index); in attach()
216 Module *module = (Module *)cookie; in recognitionCallback()
273 Module *module) in sendRecognitionEvent()
293 Module *module = (Module *)cookie; in soundModelCallback()
322 Module *module) in sendSoundModelEvent()
351 Module *module) in sendServiceStateEvent()
384 sp<Module> module; in onCallbackEvent()
499 SoundTriggerHwService::Module::Module(const sp<SoundTriggerHwService>& service, in Module() function in android::SoundTriggerHwService::Module
507 SoundTriggerHwService::Module::~Module() { in ~Module()
512 SoundTriggerHwService::Module::addClient(const sp<ISoundTriggerClient>& client, in addClient()
532 void SoundTriggerHwService::Module::detach(const sp<ModuleClient>& moduleClient) in detach()
577 status_t SoundTriggerHwService::Module::loadSoundModel(const sp<IMemory>& modelMemory, in loadSoundModel()
649 status_t SoundTriggerHwService::Module::unloadSoundModel(sound_model_handle_t handle) in unloadSoundModel()
678 status_t SoundTriggerHwService::Module::startRecognition(sound_model_handle_t handle, in startRecognition()
732 status_t SoundTriggerHwService::Module::stopRecognition(sound_model_handle_t handle) in stopRecognition()
752 status_t SoundTriggerHwService::Module::getModelState(sound_model_handle_t handle) in getModelState()
771 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent()
840 sp<SoundTriggerHwService::Model> SoundTriggerHwService::Module::getModel( in getModel()
852 void SoundTriggerHwService::Module::setCaptureState_l(bool active) in setCaptureState_l()
958 SoundTriggerHwService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient()
999 sp<Module> module = mModule.promote(); in detach()
1019 sp<Module> module = mModule.promote(); in loadSoundModel()
1035 sp<Module> module = mModule.promote(); in unloadSoundModel()
1055 sp<Module> module = mModule.promote(); in startRecognition()
1071 sp<Module> module = mModule.promote(); in stopRecognition()
1087 sp<Module> module = mModule.promote(); in getModelState()
1100 sp<Module> module = mModule.promote(); in setCaptureState_l()