Searched refs:halFactory (Results 1 – 3 of 3) sorted by relevance
84 for (HalFactory halFactory : halFactories) { in SoundTriggerMiddlewareImpl()86 modules.add(new SoundTriggerModule(halFactory, audioSessionProvider)); in SoundTriggerMiddlewareImpl()
97 SoundTriggerModule(@NonNull HalFactory halFactory, in SoundTriggerModule() argument99 assert halFactory != null; in SoundTriggerModule()100 mHalFactory = halFactory; in SoundTriggerModule()
52 sp<IDevicesFactory> halFactory = IDevicesFactory::getService(instance_name); in onRegistration() local53 if (halFactory) { in onRegistration()54 factory->addDeviceFactory(halFactory, true /*needToNotify*/); in onRegistration()