Loading media/libaudiohal/EffectsFactoryHalHidl.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ bool EffectsFactoryHalInterface::isNullUuid(const effect_uuid_t *pEffectUuid) { } EffectsFactoryHalHidl::EffectsFactoryHalHidl() : ConversionHelperHidl("EffectsFactory") { mEffectsFactory = IEffectsFactory::getService("audio_effects_factory"); mEffectsFactory = IEffectsFactory::getService(); // TODO: Waiting should not be needed (b/34772726). // Also remove include of IAllocator.h and ServiceManagement.h android::hardware::details::waitForHwService( Loading Loading
media/libaudiohal/EffectsFactoryHalHidl.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ bool EffectsFactoryHalInterface::isNullUuid(const effect_uuid_t *pEffectUuid) { } EffectsFactoryHalHidl::EffectsFactoryHalHidl() : ConversionHelperHidl("EffectsFactory") { mEffectsFactory = IEffectsFactory::getService("audio_effects_factory"); mEffectsFactory = IEffectsFactory::getService(); // TODO: Waiting should not be needed (b/34772726). // Also remove include of IAllocator.h and ServiceManagement.h android::hardware::details::waitForHwService( Loading