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()
100 SoundTriggerModule(@NonNull HalFactory halFactory, in SoundTriggerModule() argument102 mHalFactory = Objects.requireNonNull(halFactory); in SoundTriggerModule()
53 sp<IDevicesFactory> halFactory = IDevicesFactory::getService(instance_name); in onRegistration() local54 if (halFactory) { in onRegistration()55 factory->addDeviceFactory(halFactory, true /*needToNotify*/); in onRegistration()