Searched refs:connectModule (Results 1 – 4 of 4) sorted by relevance
30 static sp<SoundTriggerHalInterface> connectModule(const char *moduleName);
103 sp<SoundTriggerHalInterface> SoundTriggerHalInterface::connectModule(const char *moduleName) in connectModule() function in android::SoundTriggerHalInterface
82 SoundTriggerHalInterface::connectModule(HW_MODULE_PREFIX); in onFirstRef()
161 factory->connectModule(clazz, [&](Result res, const sp<V1_0::IBroadcastRadio>& module) { in nativeLoadModules()